16812: Removed download attribute, fixed redirectTo
[arvados-workbench2.git] / src / index.tsx
index f87ff3843b2f904bc1697d3fd2f1f5521846700c..92a2716b6a7fbe6c24010e68994cfc7295680f51 100644 (file)
@@ -127,7 +127,7 @@ fetchConfig()
                 }
             }
         });
-        const store = configureStore(history, services);
+        const store = configureStore(history, services, config);
 
         store.subscribe(initListener(history, store, services, config));
         store.dispatch(initAuth(config));