19069: Remove references to workflow panel from various places
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index 1cdb6784bf42390c88ef60fa920a76c773ab71c8..9a4f31fd2fb67161ceb1df602f89413fc076dfbc 100644 (file)
@@ -58,9 +58,6 @@ export const navigateTo = (uuid: string) =>
             case SidePanelTreeCategory.SHARED_WITH_ME:
                 dispatch(navigateToSharedWithMe);
                 return;
-            case SidePanelTreeCategory.WORKFLOWS:
-                dispatch(navigateToWorkflows);
-                return;
             case SidePanelTreeCategory.TRASH:
                 dispatch(navigateToTrash);
                 return;