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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
6 deletions
-
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", |
|
|
|
|