context-menu-for-user-data-explorer
[arvados-workbench2.git] / src / views-components / context-menu / context-menu.tsx
index 5f321bfe72f9f292542b86225d521a14207234d9..29b8afbcb853c83355d8faaaa8d9d59fabd0a313 100644 (file)
@@ -72,5 +72,6 @@ export enum ContextMenuKind {
     REPOSITORY = "Repository",
     SSH_KEY = "SshKey",
     VIRTUAL_MACHINE = "VirtualMachine",
-    KEEP_SERVICE = "KeepService"
+    KEEP_SERVICE = "KeepService",
+    USER = "User"
 }