X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1efba8f3b728a3b8aa3c64c5aa09f441318ff2a8..2d28483c842ab51ded2182f9a03d0c33b51f0a54:/services/workbench2/src/views-components/multiselect-toolbar/ms-menu-actions.ts diff --git a/services/workbench2/src/views-components/multiselect-toolbar/ms-menu-actions.ts b/services/workbench2/src/views-components/multiselect-toolbar/ms-menu-actions.ts index 91e96d9bfb..6afa3f91df 100644 --- a/services/workbench2/src/views-components/multiselect-toolbar/ms-menu-actions.ts +++ b/services/workbench2/src/views-components/multiselect-toolbar/ms-menu-actions.ts @@ -18,31 +18,7 @@ import { openSharingDialog } from 'store/sharing-dialog/sharing-dialog-actions'; import { togglePublicFavorite } from "store/public-favorites/public-favorites-actions"; import { publicFavoritePanelActions } from "store/public-favorites-panel/public-favorites-action"; import { PublicFavoritesState } from 'store/public-favorites/public-favorites-reducer'; - -export enum MultiSelectMenuActionNames { - ADD_TO_FAVORITES = 'Add to Favorites', - MOVE_TO_TRASH = 'Move to trash', - ADD_TO_PUBLIC_FAVORITES = 'Add to public favorites', - API_DETAILS = 'API Details', - CANCEL = 'CANCEL', - COPY_AND_RERUN_PROCESS = 'Copy and re-run process', - COPY_TO_CLIPBOARD = 'Copy to clipboard', - DELETE_WORKFLOW = 'Delete Workflow', - EDIT_COLLECTION = 'Edit collection', - EDIT_PROJECT = 'Edit project', - EDIT_PROCESS = 'Edit process', - FREEZE_PROJECT = 'Freeze Project', - MAKE_A_COPY = 'Make a copy', - MOVE_TO = 'Move to', - NEW_PROJECT = 'New project', - OPEN_IN_NEW_TAB = 'Open in new tab', - OPEN_W_3RD_PARTY_CLIENT = 'Open with 3rd party client', - OUTPUTS = 'Outputs', - REMOVE = 'Remove', - RUN_WORKFLOW = 'Run Workflow', - SHARE = 'Share', - VIEW_DETAILS = 'View details', -}; +import { MultiSelectMenuActionNames } from 'components/multiselect-toolbar/ms-menu-actions'; export type MultiSelectMenuAction = { name: string;