From 66b4b2727e95ed4f655f821a7d9c20ca10adfddc Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Tue, 15 Feb 2022 10:48:13 +0000 Subject: [PATCH] Fix slash appearing in the tag settings bar --- packages/client/manifest.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/packages/client/manifest.json b/packages/client/manifest.json index 06dbaad660..5b60b743c0 100644 --- a/packages/client/manifest.json +++ b/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",