Add comment about renderChips condition
[arvados-workbench2.git] / src / views-components / context-menu / context-menu.tsx
index 99a595e061830196fabb5165ea9bf0b6320e0f93..4ce2f5214d5f337d2488f0acb232d6d1ea5f1b0d 100644 (file)
@@ -76,5 +76,7 @@ export enum ContextMenuKind {
     KEEP_SERVICE = "KeepService",
     USER = "User",
     NODE = "Node",
-    GROUPS = "Group"
+    GROUPS = "Group",
+    GROUP_MEMBER = "GroupMember",
+    LINK = "Link",
 }