1
0
Fork 0
mirror of synced 2024-09-11 06:56:23 +12:00

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

View file

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