Make configurable explicit, remove getDataExplorer
[arvados-workbench2.git] / src / store / data-explorer / data-explorer-reducer.ts
index 02ebece23730f2f8596efd1447ce23b3d1ae838c..96586be7ef5c60f4a5d0bd27699be1c9b577a991 100644 (file)
@@ -27,7 +27,7 @@ export const initialDataExplorer: DataExplorer = {
     searchValue: ""
 };
 
-export type DataExplorerState = Record<string, DataExplorer | undefined>;
+export type DataExplorerState = Record<string, DataExplorer>;
 
 export const dataExplorerReducer = (state: DataExplorerState = {}, action: DataExplorerAction) =>
     dataExplorerActions.match(action, {