init collection edit dialog, add reducers, modify store, refactor code
[arvados.git] / src / views-components / context-menu / context-menu.tsx
index 5b1049c13ed0e52c51409b594244a46d234638c0..4ec702914169e27d839df59b8a7d94bb497d4b26 100644 (file)
@@ -59,5 +59,6 @@ export enum ContextMenuKind {
     ROOT_PROJECT = "RootProject",
     PROJECT = "Project",
     RESOURCE = "Resource",
-    FAVORITE = "Favorite"
+    FAVORITE = "Favorite",
+    COLLECTION = 'Collection'
 }