Added category and icon for table configuration binding drawer

This commit is contained in:
Dean 2022-09-22 17:04:58 +01:00
parent 2e5ecce674
commit f30a679669
1 changed files with 2 additions and 0 deletions

View File

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