cr change
[arvados-workbench2.git] / src / views-components / context-menu / action-sets / collection-resource-action-set.ts
index d00f864caea13c8e9c951cb1900d4cc307daa4f1..8f439c4eeaf27837371824cc0d401bc0e7f890b6 100644 (file)
@@ -70,8 +70,8 @@ export const collectionResourceActionSet: ContextMenuActionSet = [[
     {
         icon: AdvancedIcon,
         name: "Advanced",
-        execute: (dispatch, { uuid, ownerUuid }) => {
-            dispatch<any>(openAdvancedTabDialog(uuid, ownerUuid));
+        execute: (dispatch, { uuid }) => {
+            dispatch<any>(openAdvancedTabDialog(uuid));
         }
     }
     // {