diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/editors/data-type/views/edit/editor-view-data-type-edit.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/editors/data-type/views/edit/editor-view-data-type-edit.element.ts index 0b308e8ab8..52c71124fb 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/editors/data-type/views/edit/editor-view-data-type-edit.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/editors/data-type/views/edit/editor-view-data-type-edit.element.ts @@ -153,36 +153,38 @@ export class UmbEditorViewDataTypeEditElement extends UmbContextConsumerMixin(Li render() { return html` - ${this._renderPropertyEditorUI()} + ${this._renderPropertyEditorUI()} ${this._renderConfig()} `; } private _renderPropertyEditorUI() { return html` -

Property Editor UI

- - ${this._dataType?.propertyEditorUIAlias - ? html` - - - - - - - - ` - : html` - - `} + + ${this._dataType?.propertyEditorUIAlias + ? html` + + + + + + + + ` + : html` + + `} + `; }