+ renderHint(): TemplateResult {
+ return html`
${t`Try the new application wizard`}
${t`The new application wizard greatly simplifies the steps required to create applications and providers.`}
@@ -50,25 +51,28 @@ export class InitialProviderWizardPage extends WizardPage {
>
-
-
`;
+
`;
+ }
+
+ render(): TemplateResult {
+ return html`
`;
}
}
diff --git a/web/src/pages/sources/SourceWizard.ts b/web/src/pages/sources/SourceWizard.ts
index cd9791592..ba32e605f 100644
--- a/web/src/pages/sources/SourceWizard.ts
+++ b/web/src/pages/sources/SourceWizard.ts
@@ -46,7 +46,7 @@ export class InitialSourceWizardPage extends WizardPage {
"initial",
`type-${type.component}-${type.modelName}`,
];
- this._isValid = true;
+ this.host.isValid = true;
}}
/>