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', }, };