Merge branch '18559-user-profile' into main. Closes #18559
[arvados-workbench2.git] / src / store / context-menu / context-menu-actions.ts
index fb5da9fcc0c7d4db80f8d2c1a3f4dcf3645f2947..1116949a6f31f769dfcf0fbb3ed56e147e7166c2 100644 (file)
@@ -190,7 +190,7 @@ export const openProcessContextMenu = (event: React.MouseEvent<HTMLElement>, pro
                 description: res.description,
                 outputUuid: res.outputUuid || '',
                 workflowUuid: res.properties.workflowUuid || '',
                 description: res.description,
                 outputUuid: res.outputUuid || '',
                 workflowUuid: res.properties.workflowUuid || '',
-                menuKind: ContextMenuKind.PROCESS
+                menuKind: ContextMenuKind.PROCESS_RESOURCE
             }));
         }
     };
             }));
         }
     };