X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/956da0a3141be31119f6310734a59f4b79c254e3..3385e026886b5ad3dd7b20675a1ad79f8a3b4947:/src/store/store.ts diff --git a/src/store/store.ts b/src/store/store.ts index 7a0d58f8..fa2a5be9 100644 --- a/src/store/store.ts +++ b/src/store/store.ts @@ -42,6 +42,7 @@ import { appInfoReducer } from '~/store/app-info/app-info-reducer'; import { searchBarReducer } from './search-bar/search-bar-reducer'; import { SEARCH_RESULTS_PANEL_ID } from '~/store/search-results-panel/search-results-panel-actions'; import { SearchResultsMiddlewareService } from './search-results-panel/search-results-middleware-service'; +import { resourcesDataReducer } from "~/store/resources-data/resources-data-reducer"; const composeEnhancers = (process.env.NODE_ENV === 'development' && @@ -101,6 +102,7 @@ const createRootReducer = (services: ServiceRepository) => combineReducers({ processLogsPanel: processLogsPanelReducer, properties: propertiesReducer, resources: resourcesReducer, + resourcesData: resourcesDataReducer, router: routerReducer, snackbar: snackbarReducer, treePicker: treePickerReducer,