Fix context not being provided for table block row click action

This commit is contained in:
Andrew Kingston 2022-11-23 16:47:54 +00:00
parent 343aff9f88
commit ade595e4a0
1 changed files with 6 additions and 4 deletions

View File

@ -4556,10 +4556,12 @@
"setting": "clickBehaviour",
"value": "actions"
},
"context": [{
"context": [
{
"label": "Clicked row",
"key": "row"
}]
}
]
}
]
},