From f1a1f701f33089046e3f7d34f70401071307b3be 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",