Fix incorrect prop used in table block for title button click actions

This commit is contained in:
Andrew Kingston 2022-12-02 10:20:49 +00:00
parent ba01656e6b
commit 05526a86cf
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
},
]
$: buttonClickActions =
clickBehaviour === "actions" || dataSource?.type !== "table"
titleButtonClickBehaviour === "actions" || dataSource?.type !== "table"
? onClickTitleButton
: [
{