Fix context not being provided for table block row click action
This commit is contained in:
parent
343aff9f88
commit
ade595e4a0
|
@ -4556,10 +4556,12 @@
|
|||
"setting": "clickBehaviour",
|
||||
"value": "actions"
|
||||
},
|
||||
"context": [{
|
||||
"context": [
|
||||
{
|
||||
"label": "Clicked row",
|
||||
"key": "row"
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue