diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property/property-layout/property-layout.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property/property-layout/property-layout.element.ts index 78ef7682db..1bbbdaae6a 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property/property-layout/property-layout.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property/property-layout/property-layout.element.ts @@ -60,7 +60,6 @@ export class UmbPropertyLayoutElement extends UmbLitElement { public invalid?: boolean; override render() { - const ufmValue = { alias: this.alias, label: this.label, description: this.description }; // TODO: Only show alias on label if user has access to DocumentType within settings: return html`