X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0af46f7944bde95f634080a1d6b15ae9c585890a..b0de143e088973715681f7eb6c41f2dccb648c2b:/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 32fa653bfe..6a83946cc8 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'