From b8431bfb985254be6ba055ec42942e9a2b44eeaa Mon Sep 17 00:00:00 2001 From: leekelleher Date: Tue, 23 Apr 2024 11:25:25 +0100 Subject: [PATCH] Corrected "group" of Color Swatches property-editor --- .../core/property-editor/uis/color-swatches-editor/manifests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/color-swatches-editor/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/color-swatches-editor/manifests.ts index 1abb848960..e3a4e27461 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/color-swatches-editor/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/color-swatches-editor/manifests.ts @@ -8,6 +8,6 @@ export const manifest: ManifestPropertyEditorUi = { meta: { label: 'Color Swatches Editor', icon: 'icon-page-add', - group: 'Umbraco.DropDown.Flexible', + group: 'pickers', }, };