X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/98237b19875f6437fa1e01845ad9c911d886cf04..1c7242e61e9d71c7a37483ec0583dd0256f8ee7e:/src/views-components/context-menu/context-menu.tsx diff --git a/src/views-components/context-menu/context-menu.tsx b/src/views-components/context-menu/context-menu.tsx index 9b339c624c..8b00893703 100644 --- a/src/views-components/context-menu/context-menu.tsx +++ b/src/views-components/context-menu/context-menu.tsx @@ -56,8 +56,11 @@ const getMenuActionSet = (resource?: ContextMenuResource): ContextMenuActionSet }; export enum ContextMenuKind { - RootProject = "RootProject", - Project = "Project", - Resource = "Resource", - Favorite = "Favorite" + ROOT_PROJECT = "RootProject", + PROJECT = "Project", + RESOURCE = "Resource", + FAVORITE = "Favorite", + COLLECTION_FILES = "CollectionFiles", + COLLECTION_FILES_ITEM = "CollectionFilesItem", + COLLECTION = 'Collection' }