From 2537411fc66a8e29440e211a438a294a1cee2aa5 Mon Sep 17 00:00:00 2001 From: NguyenThuyLan <116753400+NguyenThuyLan@users.noreply.github.com> Date: Mon, 25 Aug 2025 17:59:02 +0700 Subject: [PATCH] Fix issue console error when navigating to document type template tab (#19913) Co-authored-by: Lan Nguyen Thuy --- .../global-components/input-template/input-template.element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/templating/templates/global-components/input-template/input-template.element.ts b/src/Umbraco.Web.UI.Client/src/packages/templating/templates/global-components/input-template/input-template.element.ts index e1ba049486..03a1dba441 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/templating/templates/global-components/input-template/input-template.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/templating/templates/global-components/input-template/input-template.element.ts @@ -101,7 +101,7 @@ export class UmbInputTemplateElement extends UUIFormControlMixin(UmbLitElement, } protected override getFormElement() { - return this; + return undefined; } #appendTemplates(unique: string[]) {