Skip to content

Commit 804f89c

Browse files
author
vikasrohit
authored
Merge pull request #2910 from appirio-tech/hotfix/unable_to_activate_v2_projects
lint fix
2 parents 6024897 + c292251 commit 804f89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/list/components/Projects/ProjectsGridView.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import GridView from '../../../../components/Grid/GridView'
1313
import UserTooltip from '../../../../components/User/UserTooltip'
1414
import {
1515
PROJECTS_LIST_PER_PAGE, SORT_OPTIONS, PROJECT_STATUS_COMPLETED, DATE_TO_USER_FIELD_MAP, PHASE_STATUS_REVIEWED,
16-
PHASE_STATUS_ACTIVE
16+
PHASE_STATUS_ACTIVE, PROJECT_STATUS_ACTIVE
1717
} from '../../../../config/constants'
1818
import { getProjectTemplateByKey } from '../../../../helpers/templates'
1919
import TextTruncate from 'react-text-truncate'

0 commit comments

Comments
 (0)