From 7708b09f2df5f7e159039ee6c699ceb1e30ecf50 Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Thu, 9 Jul 2020 11:50:36 +0530 Subject: [PATCH] fix: trying to fix production issue, it is not allowing to select a project --- src/config/constants.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/constants.js b/src/config/constants.js index 1d250c0d..adb7084e 100644 --- a/src/config/constants.js +++ b/src/config/constants.js @@ -111,9 +111,9 @@ export const CHALLENGE_PRIZE_TYPE = { export const ALLOWED_USER_ROLES = [ 'copilot', 'administrator', - 'Connect Admin', - 'Connect Manager', - 'Connect Copilot' + 'connect admin', + 'connect manager', + 'connect copilot' ] export const downloadAttachmentURL = (challengeId, attachmentId, token) =>