Browse Source

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

Fix slash appearing in the tag settings bar
pull/4526/head
Andrew Kingston 4 years ago
committed by GitHub
parent
commit
2f3410456d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      packages/client/manifest.json

8
packages/client/manifest.json

@ -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",

Loading…
Cancel
Save