Skip to content

Commit 6285831

Browse files
committed
fix: allow project managers to view billing accounts
1 parent 2a7668d commit 6285831

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/permissions/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
308308
projectRoles: [
309309
...PROJECT_ROLES_MANAGEMENT,
310310
PROJECT_MEMBER_ROLE.COPILOT,
311+
USER_ROLE.PROJECT_MANAGER,
311312
],
312313
topcoderRoles: TOPCODER_ROLES_ADMINS,
313314
scopes: SCOPES_PROJECTS_READ_AVL_BILLING_ACCOUNTS,

0 commit comments

Comments
 (0)