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 1170985 commit c292251Copy full SHA for c292251
src/projects/list/components/Projects/ProjectsGridView.jsx
@@ -13,7 +13,7 @@ import GridView from '../../../../components/Grid/GridView'
13
import UserTooltip from '../../../../components/User/UserTooltip'
14
import {
15
PROJECTS_LIST_PER_PAGE, SORT_OPTIONS, PROJECT_STATUS_COMPLETED, DATE_TO_USER_FIELD_MAP, PHASE_STATUS_REVIEWED,
16
- PHASE_STATUS_ACTIVE
+ PHASE_STATUS_ACTIVE, PROJECT_STATUS_ACTIVE
17
} from '../../../../config/constants'
18
import { getProjectTemplateByKey } from '../../../../helpers/templates'
19
import TextTruncate from 'react-text-truncate'
0 commit comments