X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/61cd8fe9d4fe4dfeab443f31bbbc5effa5176765..925be511793917860af49dea68d767e158a5f41c:/src/index.tsx diff --git a/src/index.tsx b/src/index.tsx index 1561c3ff1d..cfaff70a9d 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -14,6 +14,7 @@ import { configureStore, RootStore } from '~/store/store'; import { ConnectedRouter } from "react-router-redux"; import { ApiToken } from "~/views-components/api-token/api-token"; import { initAuth } from "~/store/auth/auth-action"; +import { configActions } from "~/store/config/config-action"; import { createServices } from "~/services/services"; import { MuiThemeProvider } from '@material-ui/core/styles'; import { CustomTheme } from '~/common/custom-theme'; @@ -105,7 +106,6 @@ fetchConfig() store.dispatch(initAuth(config)); store.dispatch(setBuildInfo()); store.dispatch(setCurrentTokenDialogApiHost(apiHost)); - store.dispatch(setUuidPrefix(config.uuidPrefix)); store.dispatch(loadVocabulary); store.dispatch(loadFileViewersConfig);