Skip to content

Commit 51789dd

Browse files
committed
adds more mocked data
1 parent c0ad7cb commit 51789dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

frontend/common/services/useUserPermissions.ts

+6
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@ export const userPermissionsService = service
135135
permission_key: 'MANAGE_IDENTITIES',
136136
tags: [],
137137
},
138+
{
139+
derived_from: undefined,
140+
is_directly_granted: true,
141+
permission_key: 'CREATE_CHANGE_REQUEST',
142+
tags: [],
143+
},
138144
],
139145
},
140146
}

0 commit comments

Comments
 (0)