We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a5053 commit 0b40100Copy full SHA for 0b40100
src/permissions/constants.js
@@ -585,7 +585,6 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
585
topcoderRoles: [
586
...TOPCODER_ROLES_ADMINS,
587
USER_ROLE.COPILOT_MANAGER,
588
- USER_ROLE.PROJECT_MANAGER,
589
],
590
projectRoles: PROJECT_ROLES_MANAGEMENT,
591
scopes: SCOPES_PROJECT_INVITES_WRITE,
@@ -600,6 +599,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
600
599
601
602
+ USER_ROLE.PROJECT_MANAGER,
603
604
605
},
0 commit comments