1
0
Fork 0
mirror of synced 2024-08-09 23:28:01 +12:00

Merge pull request #4505 from Budibase/fix/tag-settings-bar

Fix slash appearing in the tag settings bar
This commit is contained in:
Andrew Kingston 2022-02-15 15:37:35 +00:00 committed by GitHub
commit 6ec1add951

View file

@ -851,16 +851,12 @@
"type": "color", "type": "color",
"label": "Color", "label": "Color",
"key": "color", "key": "color",
"showInBar": true, "showInBar": true
"barSeparator": false
}, },
{ {
"type": "boolean", "type": "boolean",
"label": "Show delete icon", "label": "Show delete icon",
"key": "closable", "key": "closable"
"showInBar": true,
"barIcon": "TagItalic",
"barTitle": "Show delete icon"
}, },
{ {
"type": "event", "type": "event",