Update src/panels/lovelace/editor/hui-element-editor.ts

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
This commit is contained in:
Zack Barett 2021-10-04 16:11:42 -05:00 committed by Zack Arnett
parent bfd6b97f51
commit a8367f58a1

View File

@ -220,7 +220,7 @@ export abstract class HuiElementEditor<T> extends LitElement {
? html` ? html`
<ha-alert <ha-alert
.title=${this.hass.localize("ui.errors.config.error_detected")} .title=${this.hass.localize("ui.errors.config.error_detected")}
.alertType=${"error"} alert-type="error"
> >
<ul> <ul>
${this._errors!.map((error) => html`<li>${error}</li>`)} ${this._errors!.map((error) => html`<li>${error}</li>`)}