Replace go back item with browser back button support
[arvados-workbench2.git] / src / store / side-panel / side-panel-action.ts
index 32fa653bfe0427638fa03ac63ddb46a68c77b54d..6a83946cc8fcdf75e1ebbd7bb4abcce3951a3d41 100644 (file)
@@ -7,7 +7,7 @@ import { default as unionize, ofType, UnionOf } from "unionize";
 const actions = unionize({
     TOGGLE_SIDE_PANEL_ITEM_OPEN: ofType<string>(),
     TOGGLE_SIDE_PANEL_ITEM_ACTIVE: ofType<string>(),
-    RESET_SIDE_PANEL_ACTIVITY: ofType<string>(),
+    RESET_SIDE_PANEL_ACTIVITY: ofType<{}>(),
 }, {
     tag: 'type',
     value: 'payload'