From ea38ce318d1de736afe0449e1714280ff8d50f70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20M=C3=B8ller=20Jensen?= <26099018+JesmoDev@users.noreply.github.com> Date: Fri, 9 Jun 2023 20:10:36 +1200 Subject: [PATCH] property styling --- ...pe-workspace-view-edit-property.element.ts | 35 +++++++++++++++++-- 1 file changed, 32 insertions(+), 3 deletions(-) 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 f3e855c3e3..f5859a7110 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 @@ -97,7 +97,6 @@ export class UmbDocumentTypeWorkspacePropertyElement extends UmbLitElement { const target = event.composedPath()[0] as UUIInputElement; if (typeof target?.value === 'string') { - const oldName = this.property?.name ?? ''; const oldAlias = this.property?.alias ?? ''; const newName = event.target.value.toString(); @@ -118,17 +117,21 @@ export class UmbDocumentTypeWorkspacePropertyElement extends UmbLitElement { ? html`