diff --git a/src/Umbraco.Web.UI.Client/src/packages/property-editors/content-picker/Umbraco.MultiNodeTreePicker.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/content-picker/Umbraco.MultiNodeTreePicker.ts index db1137044c..a67a4d1946 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/property-editors/content-picker/Umbraco.MultiNodeTreePicker.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/property-editors/content-picker/Umbraco.MultiNodeTreePicker.ts @@ -30,7 +30,7 @@ export const manifest: ManifestPropertyEditorSchema = { alias: 'startNode', label: 'Node type', description: '', - propertyEditorUiAlias: 'Umb.PropertyEditorUi.ContentPicker.SourcePicker', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.ContentPicker.Source', }, ], defaultData: [ diff --git a/src/Umbraco.Web.UI.Client/src/packages/property-editors/content-picker/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/content-picker/manifests.ts index ea1a8846fe..ddf8bc0378 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/property-editors/content-picker/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/property-editors/content-picker/manifests.ts @@ -19,7 +19,7 @@ const manifest: ManifestPropertyEditorUi = { alias: 'filter', label: 'Allow items of type', description: 'Select the applicable types', - propertyEditorUiAlias: 'Umb.PropertyEditorUi.ContentPicker.SourceTypePicker', + propertyEditorUiAlias: 'Umb.PropertyEditorUi.ContentPicker.SourceType', }, { alias: 'showOpenButton',