1
0
Fork 0
mirror of synced 2024-07-13 18:26:06 +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",
"label": "Color",
"key": "color",
"showInBar": true,
"barSeparator": false
"showInBar": true
},
{
"type": "boolean",
"label": "Show delete icon",
"key": "closable",
"showInBar": true,
"barIcon": "TagItalic",
"barTitle": "Show delete icon"
"key": "closable"
},
{
"type": "event",