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:
@@ -101,7 +101,7 @@ export class UmbInputTemplateElement extends UUIFormControlMixin(UmbLitElement,
|
||||
}
|
||||
|
||||
protected override getFormElement() {
|
||||
return this;
|
||||
return undefined;
|
||||
}
|
||||
|
||||
#appendTemplates(unique: string[]) {
|
||||
|
||||
Reference in New Issue
Block a user