18692: Fixed project not refreshing post freeze
[arvados-workbench2.git] / src / index.tsx
index f0f75210b8e2a6fd01fd669c518c542af8e0d845..d00095411f9db927b5617e7d788031226b75fe51 100644 (file)
@@ -150,6 +150,8 @@ fetchConfig()
 
         const store = configureStore(history, services, config);
 
+        servicesProvider.setStore(store);
+
         store.subscribe(initListener(history, store, services, config));
         store.dispatch(initAuth(config));
         store.dispatch(setBuildInfo());