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