merge master
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index d332e0fca600dc03c6c3f9c6ebc944ac0edb7cbf..c8a554c7651ea5d5f955ab11bb91051ee96626b2 100644 (file)
@@ -28,6 +28,8 @@ export const navigateTo = (uuid: string) =>
             dispatch(navigateToSharedWithMe);
         } else if (uuid === SidePanelTreeCategory.WORKFLOWS) {
             dispatch(navigateToWorkflows);
+        } else if (uuid === SidePanelTreeCategory.TRASH) {
+            dispatch(navigateToTrash);
         }
     };