1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +12:00

Merge pull request #7915 from Budibase/fix/table-column-binding-category

Added category and icon for table configuration binding drawer
This commit is contained in:
Martin McKeaveney 2022-09-25 13:39:44 +01:00 committed by GitHub
commit 210e480689
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,8 @@
{
readableBinding: "Value",
runtimeBinding: "[value]",
category: `Column: ${column.name}`,
icon: "TableColumnMerge",
},
]}
/>