Fix slash appearing in the tag settings bar
This commit is contained in:
parent
1339c066bd
commit
66b4b2727e
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue