Navigation fixes
[arvados-workbench2.git] / src / store / collection / collection-reducer.ts
index 939ca625bf5627f84e1bb509a6f9049725dd8eb4..5c257ea43bf0cb89dbbb05f3c71dc3131cfb3096 100644 (file)
@@ -13,7 +13,7 @@ const collectionsReducer = (state: CollectionState = [], action: CollectionActio
         CREATE_COLLECTION: collection => [...state, collection],
         REMOVE_COLLECTION: () => state,
         COLLECTIONS_REQUEST: () => {
-            return state;
+            return [];
         },
         COLLECTIONS_SUCCESS: ({ collections }) => {
             return collections;