X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/7f857c19e38816c3323ff930d13f9f981624ed8b..b676312f840c3f12855a4392afe90b275dd25b97:/src/store/store.ts diff --git a/src/store/store.ts b/src/store/store.ts index 2057939e..4ef5e3d0 100644 --- a/src/store/store.ts +++ b/src/store/store.ts @@ -75,6 +75,7 @@ import { Config } from 'common/config'; import { pluginConfig } from 'plugins'; import { MiddlewareListReducer } from 'common/plugintypes'; import { sidePanelReducer } from './side-panel/side-panel-reducer' +import { bannerReducer } from './banner/banner-reducer'; declare global { interface Window { @@ -190,6 +191,7 @@ export function configureStore(history: History, services: ServiceRepository, co const createRootReducer = (services: ServiceRepository) => combineReducers({ auth: authReducer(services), + banner: bannerReducer, collectionPanel: collectionPanelReducer, collectionPanelFiles: collectionPanelFilesReducer, contextMenu: contextMenuReducer,