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