From b80d62d8cfbd0932e97edc1e4e3ddf11eb0c34b8 Mon Sep 17 00:00:00 2001
From: Lone Iversen <108085781+loivsen@users.noreply.github.com>
Date: Thu, 31 Aug 2023 13:55:14 +0200
Subject: [PATCH] moved comment
---
.../document-type-workspace-view-edit-property.element.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Umbraco.Web.UI.Client/src/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit-property.element.ts b/src/Umbraco.Web.UI.Client/src/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit-property.element.ts
index 2ac61aa9ea..1a84c6c78f 100644
--- a/src/Umbraco.Web.UI.Client/src/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit-property.element.ts
+++ b/src/Umbraco.Web.UI.Client/src/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit-property.element.ts
@@ -186,7 +186,6 @@ export class UmbDocumentTypeWorkspacePropertyElement extends UmbLitElement {
label="label"
.value=${this.property.name}
@input=${this.#onNameChange}>
-
${this.renderPropertyAlias()}
@@ -252,6 +251,7 @@ export class UmbDocumentTypeWorkspacePropertyElement extends UmbLitElement { @input=${(e: CustomEvent) => { if (e.target) this._singleValueUpdate('alias', (e.target as HTMLInputElement).value); }}> +