Skip to content

Commit 0682daf

Browse files
committed
add permission copilot user to remove copilot
1 parent 76c76e6 commit 0682daf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config/permissions.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,8 @@ export const PERMISSIONS = {
253253
],
254254
topcoderRoles: [
255255
...TOPCODER_ADMINS,
256-
ROLE_CONNECT_COPILOT_MANAGER
256+
ROLE_CONNECT_COPILOT_MANAGER,
257+
ROLE_CONNECT_COPILOT
257258
]
258259
},
259260

0 commit comments

Comments
 (0)