Skip to content

Commit d6086c3

Browse files
author
Parth Shah
committed
fixing open status bug in project status
1 parent 417b1e7 commit d6086c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TopBar/Filters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const projectTypes = [
1212
]
1313

1414
const projectStatuses = [
15-
{ val: 'open', label: 'Open' },
15+
{ val: 'in(draft,in_review,reviewed,active)', label: 'Open' },
1616
{ val: null, label: 'All Statuses' },
1717
...PROJECT_STATUS.map((item) => ({val: item.value, label: item.name}))
1818
]

0 commit comments

Comments
 (0)