Skip to content

Commit bda4ce9

Browse files
author
vikasrohit
authored
Merge pull request #712 from topcoder-platform/develop
fix: trying to fix production issue, it is not allowing to select a project
2 parents cbbdb66 + 7708b09 commit bda4ce9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/constants.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ export const CHALLENGE_PRIZE_TYPE = {
111111
export const ALLOWED_USER_ROLES = [
112112
'copilot',
113113
'administrator',
114-
'Connect Admin',
115-
'Connect Manager',
116-
'Connect Copilot'
114+
'connect admin',
115+
'connect manager',
116+
'connect copilot'
117117
]
118118

119119
export const downloadAttachmentURL = (challengeId, attachmentId, token) =>

0 commit comments

Comments
 (0)