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 72ff7ce122
commit 857364b257
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",
}))
)
}