diff --git a/src/Umbraco.Web.UI.Client/src/packages/settings/data-types/workspace/data-type-workspace.context.ts b/src/Umbraco.Web.UI.Client/src/packages/settings/data-types/workspace/data-type-workspace.context.ts index d9046b6ba6..fd3cf35957 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/settings/data-types/workspace/data-type-workspace.context.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/settings/data-types/workspace/data-type-workspace.context.ts @@ -78,7 +78,7 @@ export class UmbDataTypeWorkspaceContext } else { await this.#setPropertyEditorUIConfig(propertyEditorUiAlias); this.setPropertyEditorSchemaAlias(this._propertyEditorUISettingsSchemaAlias!); - await this.#setPropertyEditorSchemaConfig(this._propertyEditorUISettingsSchemaAlias!); + await this.#observePropertyEditorSchemaAlias(); } this._mergeConfigProperties();