X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/a31bf8e640b88349dc99b6d56bc5d537410d5694..f135906f33ad05916bcc72cfd379217071484a09:/src/index.tsx diff --git a/src/index.tsx b/src/index.tsx index 443e76f3..fcc02f1e 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -27,6 +27,7 @@ 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,6 +54,7 @@ fetchConfig() store.dispatch(initAuth()); store.dispatch(getProjectList(services.authService.getUuid())); + store.dispatch(initPickerProjectTree()); const TokenComponent = (props: any) => ; const WorkbenchComponent = (props: any) => ;