Skip to content

Commit 0b40100

Browse files
committed
fix: permission issue to delete copilot invite
1 parent 99a5053 commit 0b40100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/permissions/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,6 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
585585
topcoderRoles: [
586586
...TOPCODER_ROLES_ADMINS,
587587
USER_ROLE.COPILOT_MANAGER,
588-
USER_ROLE.PROJECT_MANAGER,
589588
],
590589
projectRoles: PROJECT_ROLES_MANAGEMENT,
591590
scopes: SCOPES_PROJECT_INVITES_WRITE,
@@ -600,6 +599,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
600599
topcoderRoles: [
601600
...TOPCODER_ROLES_ADMINS,
602601
USER_ROLE.COPILOT_MANAGER,
602+
USER_ROLE.PROJECT_MANAGER,
603603
],
604604
scopes: SCOPES_PROJECT_INVITES_WRITE,
605605
},

0 commit comments

Comments
 (0)