X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1bd016d1f30c72353e5e3b086dd9778b74efb516..2c2bd28224c2480276ae714c54ab1be0a6896efd:/src/index.tsx diff --git a/src/index.tsx b/src/index.tsx index fcc02f1e73..b368d3f88f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -27,7 +27,6 @@ import { collectionFilesActionSet } from './views-components/context-menu/action import { collectionFilesItemActionSet } from './views-components/context-menu/action-sets/collection-files-item-action-set'; import { collectionActionSet } from './views-components/context-menu/action-sets/collection-action-set'; import { collectionResourceActionSet } from './views-components/context-menu/action-sets/collection-resource-action-set'; -import { initPickerProjectTree } from './views-components/project-tree-picker/project-tree-picker'; const getBuildNumber = () => "BN-" + (process.env.BUILD_NUMBER || "dev"); const getGitCommit = () => "GIT-" + (process.env.GIT_COMMIT || "latest").substr(0, 7); @@ -53,8 +52,7 @@ fetchConfig() const store = configureStore(history, services); store.dispatch(initAuth()); - store.dispatch(getProjectList(services.authService.getUuid())); - store.dispatch(initPickerProjectTree()); + store.dispatch(getProjectList(services.authService.getUuid())); const TokenComponent = (props: any) => ; const WorkbenchComponent = (props: any) => ;