Fix selected rows bindings for table blocks not having a category

This commit is contained in:
Andrew Kingston 2022-10-15 13:06:34 +01:00
parent b638324ce2
commit 7bf5cad453
1 changed files with 1 additions and 0 deletions

View File

@ -481,6 +481,7 @@ const getSelectedRowsBindings = asset => {
block._id + "-table"
)}.${makePropSafe("selectedRows")}`,
readableBinding: `${block._instanceName}.Selected rows`,
category: "Selected rows",
}))
)
}