X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/65d436f7c4bd643c7b6cccf97001ff6aef2c896b..18bb503b7ba881d9c6b09446e3ecb70eb11fa17e:/src/index.tsx diff --git a/src/index.tsx b/src/index.tsx index dd2722335d..cfdbb46cf5 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -40,12 +40,12 @@ addMenuActionSet(ContextMenuKind.COLLECTION_RESOURCE, collectionResourceActionSe fetchConfig() .then(config => { const history = createBrowserHistory(); - const services = createServices(config.API_HOST); + const services = createServices(config); const store = configureStore(history, services); store.dispatch(initAuth()); store.dispatch(getProjectList(services.authService.getUuid())); - + const TokenComponent = (props: any) => ; const WorkbenchComponent = (props: any) => ;