core: remove old templates

This commit is contained in:
Jens Langhammer
2021-02-21 14:56:03 +01:00
parent ca223fa4df
commit d35f524865
9 changed files with 6 additions and 238 deletions

View File

@ -21,7 +21,7 @@ export class AutosubmitStage extends BaseStage {
}
updated(): void {
this.shadowRoot?.querySelectorAll("form").forEach((form) => {form.submit()});
this.shadowRoot?.querySelectorAll("form").forEach((form) => {form.submit();});
}
render(): TemplateResult {