Skip to content

Commit 9ce8cd3

Browse files
author
Vikas Agarwal
committed
Fixing import error after merging latest from the community fixes
1 parent 7afc5d6 commit 9ce8cd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import ProjectsGridView from './ProjectsGridView'
88
import ProjectsCardView from './ProjectsCardView'
99
import { loadProjects } from '../../../actions/loadProjects'
1010
import _ from 'lodash'
11+
import querystring from 'query-string'
1112
import { ROLE_CONNECT_MANAGER, ROLE_CONNECT_COPILOT, ROLE_ADMINISTRATOR } from '../../../../config/constants'
1213

1314
// This handles showing a spinner while the state is being loaded async

0 commit comments

Comments
 (0)