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