Skip to content

Commit

Permalink
Fix ha form
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Sep 26, 2023
1 parent f538599 commit 667a84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ha-form/ha-form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export class HaForm extends LitElement implements HaFormElement {
}

protected fieldElementName(type: string): string {
return `ha-auth-form-${type}`;
return `ha-form-${type}`;
}

private _generateContext(
Expand Down

0 comments on commit 667a84a

Please sign in to comment.