X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/614e5664c62ac01307744e29072ca1804cb7e676..5430c336b96cbb7c20bffa1cbdb8cffea32fb460:/src/store/collection-panel/collection-panel-reducer.ts diff --git a/src/store/collection-panel/collection-panel-reducer.ts b/src/store/collection-panel/collection-panel-reducer.ts index b9713f5d..6afba66c 100644 --- a/src/store/collection-panel/collection-panel-reducer.ts +++ b/src/store/collection-panel/collection-panel-reducer.ts @@ -20,5 +20,4 @@ export const collectionPanelReducer = (state: CollectionPanelState = initialStat ...state, item, }), - LOAD_COLLECTION_SUCCESS: ({ item }) => ({ ...state, item }), });