16718: Merge branch 'master' into 16718-past-collection-versions-search
[arvados-workbench2.git] / src / views-components / context-menu / action-sets / trashed-collection-action-set.ts
index ce2abdd5143f7c29a9407b7b0ee096f8676e6c0d..ea0d1aaf6fdb32d0a9063e3d19a14e0108767a49 100644 (file)
@@ -26,8 +26,8 @@ export const trashedCollectionActionSet: ContextMenuActionSet = [[
     {
         icon: AdvancedIcon,
         name: "Advanced",
-        execute: (dispatch, { uuid }) => {
-            dispatch<any>(openAdvancedTabDialog(uuid));
+        execute: (dispatch, resource) => {
+            dispatch<any>(openAdvancedTabDialog(resource.uuid));
         }
     },
     {