18787: Removes unnecessary action.
[arvados-workbench2.git] / src / store / collection-panel / collection-panel-reducer.ts
index b9713f5d398011a13a82b5001e138f8fb99c65ae..6afba66c4ca8854d8bcfbdd8cb24d2900cbdd0df 100644 (file)
@@ -20,5 +20,4 @@ export const collectionPanelReducer = (state: CollectionPanelState = initialStat
              ...state,
              item,
         }),
-        LOAD_COLLECTION_SUCCESS: ({ item }) => ({ ...state, item }),
     });