We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5751c commit 8d1d428Copy full SHA for 8d1d428
src/constants.js
@@ -4,10 +4,10 @@ export const PROJECT_TYPE = {
4
GENERIC: 'generic',
5
VISUAL_PROTOTYPE: 'visual_prototype',
6
VISUAL_DESIGN: 'visual_design',
7
- WEBSITE : 'website',
+ WEBSITE: 'website',
8
APP: 'app',
9
QUALITY_ASSURANCE: 'quality_assurance',
10
- CHATBOT: 'chatbot'
+ CHATBOT: 'chatbot',
11
};
12
13
export const PROJECT_STATUS = {
0 commit comments