diff --git a/web/src/elements/wizard/WizardFormPage.ts b/web/src/elements/wizard/WizardFormPage.ts index 9983d7874..85acc4b25 100644 --- a/web/src/elements/wizard/WizardFormPage.ts +++ b/web/src/elements/wizard/WizardFormPage.ts @@ -67,10 +67,9 @@ export class WizardFormPage extends WizardPage { return html``; } - firstUpdated(): void { + activeCallback = async () => { this.inputCallback(); - this.host.isValid = false; - } + }; render(): TemplateResult { return html`