Added central action for navigation
[arvados-workbench2.git] / src / index.tsx
index 28f8300dbdeb526050d75a90867b6f15282d354b..0cd443b702094bca957349b30d3aa26fb1693552 100644 (file)
@@ -19,8 +19,10 @@ import { getProjectList } from "./store/project/project-action";
 const history = createBrowserHistory();
 
 const store = configureStore({
-    projects: [
-    ],
+    projects: {
+        items: [],
+        currentItemId: ""
+    },
     collections: [
     ],
     router: {