X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/b6958027ba915d64ab7d6e6c2ee4cae765324294..a9ba50241080a83734e8aea0f230cc3fc3f3b7ca:/src/index.tsx diff --git a/src/index.tsx b/src/index.tsx index 542ce6cd..d64798bc 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -38,6 +38,7 @@ import { addRouteChangeHandlers } from './routes/route-change-handlers'; import { setCurrentTokenDialogApiHost } from '~/store/current-token-dialog/current-token-dialog-actions'; import { processResourceActionSet } from '~/views-components/context-menu/action-sets/process-resource-action-set'; import { progressIndicatorActions } from '~/store/progress-indicator/progress-indicator-actions'; +import { setUuidPrefix } from '~/store/workflow-panel/workflow-panel-actions'; import { trashedCollectionActionSet } from '~/views-components/context-menu/action-sets/trashed-collection-action-set'; import { ContainerRequestState } from '~/models/container-request'; import { MountKind } from './models/mount-types'; @@ -80,6 +81,7 @@ fetchConfig() store.subscribe(initListener(history, store, services, config)); store.dispatch(initAuth()); store.dispatch(setCurrentTokenDialogApiHost(apiHost)); + store.dispatch(setUuidPrefix(config.uuidPrefix)); const TokenComponent = (props: any) => ; const MainPanelComponent = (props: any) => ;