Fix incorrect prop used in table block for title button click actions
This commit is contained in:
parent
ba01656e6b
commit
05526a86cf
|
@ -66,7 +66,7 @@
|
|||
},
|
||||
]
|
||||
$: buttonClickActions =
|
||||
clickBehaviour === "actions" || dataSource?.type !== "table"
|
||||
titleButtonClickBehaviour === "actions" || dataSource?.type !== "table"
|
||||
? onClickTitleButton
|
||||
: [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue