Fix issue console error when navigating to document type template tab (#19913)

Co-authored-by: Lan Nguyen Thuy <lnt@umbraco.dk>
This commit is contained in:
NguyenThuyLan
2025-08-25 17:59:02 +07:00
committed by GitHub
parent 9f887846bc
commit 2537411fc6

View File

@@ -101,7 +101,7 @@ export class UmbInputTemplateElement extends UUIFormControlMixin(UmbLitElement,
}
protected override getFormElement() {
return this;
return undefined;
}
#appendTemplates(unique: string[]) {