X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/68bcb877244747d3895212bd5b6d8fb228519ce9..c6314ca47008f1ffd0fe70fe025a57475b64e773:/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 55829cb5d0..f09b019873 100644 --- a/src/store/collection-panel/collection-panel-reducer.ts +++ b/src/store/collection-panel/collection-panel-reducer.ts @@ -17,5 +17,5 @@ export const collectionPanelReducer = (state: CollectionPanelState = initialStat collectionPanelActions.match(action, { default: () => state, SET_COLLECTION: (item) => ({ ...state, item }), - LOAD_COLLECTION_SUCCESS: ({ item }) => ({ ...state, item }), + LOAD_COLLECTION_SUCCESS: ({ item }) => ({ ...state, item }) });