Skip to content

Commit 0afeeac

Browse files
authored
Merge pull request #800 from topcoder-platform/pm-1077
fix(PM-1077): permission issue to delete copilot invite
2 parents 6078188 + fef6473 commit 0afeeac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/permissions/constants.js

+1
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
599599
topcoderRoles: [
600600
...TOPCODER_ROLES_ADMINS,
601601
USER_ROLE.COPILOT_MANAGER,
602+
USER_ROLE.PROJECT_MANAGER,
602603
],
603604
scopes: SCOPES_PROJECT_INVITES_WRITE,
604605
},

0 commit comments

Comments
 (0)