Skip to content

Commit 0493017

Browse files
authored
Merge pull request #1646 from topcoder-platform/pm-1137
fix(PM-1137): search broken in projects list
2 parents 00f7089 + 0ebe42d commit 0493017

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ export const SPECIAL_CHALLENGE_TAGS = [
437437
* Possible statuses of projects
438438
*/
439439
export const PROJECT_STATUSES = [
440+
{ label: 'Draft', value: 'draft' },
440441
{ label: 'Active', value: 'active' },
441442
{ label: 'In Review', value: 'in_review' },
442443
{ label: 'Reviewed', value: 'reviewed' },

0 commit comments

Comments
 (0)