X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e5b901f7d6f87b56f43d3dbe002c9c90a3d41349..ade15546a44f9930095b1047318967e9a74dbc68:/src/index.tsx diff --git a/src/index.tsx b/src/index.tsx index cf1610f832..580487846f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -18,16 +18,7 @@ import { getProjectList } from "./store/project/project-action"; const history = createBrowserHistory(); -const store = configureStore({ - projects: [ - ], - router: { - location: null - }, - auth: { - user: undefined - } -}, history); +const store = configureStore(history); store.dispatch(authActions.INIT()); const rootUuid = authService.getRootUuid();