Merge branch '21200-breadcrumbs-issues'
[arvados.git] / services / workbench2 / src / store / navigation / navigation-action.ts
index 3ab5cd9570b1d43a30adf9cb3bd6f9f94cf5ef2b..82598e288c81c64384b595caa2a7f5629d05b101 100644 (file)
@@ -11,7 +11,7 @@ import { RootState } from "store/store";
 import { ServiceRepository } from "services/services";
 import { pluginConfig } from "plugins";
 import { snackbarActions, SnackbarKind } from "store/snackbar/snackbar-actions";
-import { USERS_PANEL_LABEL, MY_ACCOUNT_PANEL_LABEL, INSTANCE_TYPES_PANEL_LABEL, VIRTUAL_MACHINES_USER_PANEL_LABEL, VIRTUAL_MACHINES_ADMIN_PANEL_LABEL, REPOSITORIES_PANEL_LABEL } from "store/breadcrumbs/breadcrumbs-actions";
+import { USERS_PANEL_LABEL, MY_ACCOUNT_PANEL_LABEL, INSTANCE_TYPES_PANEL_LABEL, VIRTUAL_MACHINES_ADMIN_PANEL_LABEL, REPOSITORIES_PANEL_LABEL } from "store/breadcrumbs/breadcrumbs-actions";
 
 export const navigationNotAvailable = (id: string) =>
     snackbarActions.OPEN_SNACKBAR({
@@ -81,9 +81,6 @@ export const navigateTo = (uuid: string) => async (dispatch: Dispatch, getState:
         case INSTANCE_TYPES_PANEL_LABEL:
             dispatch(navigateToInstanceTypes);
             return;
-        case VIRTUAL_MACHINES_USER_PANEL_LABEL:
-            dispatch(navigateToUserVirtualMachines);
-            return;
         case VIRTUAL_MACHINES_ADMIN_PANEL_LABEL:
             dispatch(navigateToAdminVirtualMachines);
             return;