From 9dc91a2abc8f2767575885395a7a2200aff6069a Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Mon, 8 Aug 2022 16:49:38 +0200 Subject: [PATCH] remove unused markup in data type editor --- .../data-type/views/editor-view-data-type-edit.element.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/editors/data-type/views/editor-view-data-type-edit.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/editors/data-type/views/editor-view-data-type-edit.element.ts index e4b196e299..5fa870bdb6 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/editors/data-type/views/editor-view-data-type-edit.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/editors/data-type/views/editor-view-data-type-edit.element.ts @@ -76,9 +76,6 @@ export class UmbEditorViewDataTypeEditElement extends UmbContextConsumerMixin(Li render() { return html` -

Property Editor (Model/Schema?)

- Selector goes here ${this._dataType?.propertyEditorUIAlias} -

Property Editor UI

@@ -92,10 +89,6 @@ export class UmbEditorViewDataTypeEditElement extends UmbContextConsumerMixin(Li ` )} - -
- -

Config/Prevalues

`; }