Skip to content

Commit 7708b09

Browse files
author
Vikas Agarwal
committed
fix: trying to fix production issue, it is not allowing to select a project
1 parent dafe47f commit 7708b09

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)