moving, copying, renaming processes in final state
[arvados-workbench2.git] / src / views-components / context-menu / action-sets / repository-action-set.ts
index cf7fb883cfeb0bab89c0364085627e1ec2ceb1e9..7382475cece6a1dc39fc6cfce43f71edc878e78f 100644 (file)
@@ -23,8 +23,8 @@ export const repositoryActionSet: ContextMenuActionSet = [[{
 }, {
     name: "Advanced",
     icon: AdvancedIcon,
-    execute: (dispatch, { uuid, index }) => {
-        dispatch<any>(openAdvancedTabDialog(uuid, index));
+    execute: (dispatch, { uuid, ownerUuid, index }) => {
+        dispatch<any>(openAdvancedTabDialog(uuid, ownerUuid, index));
     }
 }, {
     name: "Remove",