X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/152a17b28656fe498d3b3bbf21d5994e9ccd34ab..c178bb7bacbb174f6b645e410323dbecd59e1a2c:/src/store/side-panel/side-panel-action.ts diff --git a/src/store/side-panel/side-panel-action.ts b/src/store/side-panel/side-panel-action.ts index 32fa653b..6a83946c 100644 --- a/src/store/side-panel/side-panel-action.ts +++ b/src/store/side-panel/side-panel-action.ts @@ -7,7 +7,7 @@ import { default as unionize, ofType, UnionOf } from "unionize"; const actions = unionize({ TOGGLE_SIDE_PANEL_ITEM_OPEN: ofType(), TOGGLE_SIDE_PANEL_ITEM_ACTIVE: ofType(), - RESET_SIDE_PANEL_ACTIVITY: ofType(), + RESET_SIDE_PANEL_ACTIVITY: ofType<{}>(), }, { tag: 'type', value: 'payload'