mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 04:36:36 +00:00
Update src/panels/lovelace/editor/hui-element-editor.ts
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
This commit is contained in:
parent
bfd6b97f51
commit
a8367f58a1
@ -220,7 +220,7 @@ export abstract class HuiElementEditor<T> extends LitElement {
|
||||
? html`
|
||||
<ha-alert
|
||||
.title=${this.hass.localize("ui.errors.config.error_detected")}
|
||||
.alertType=${"error"}
|
||||
alert-type="error"
|
||||
>
|
||||
<ul>
|
||||
${this._errors!.map((error) => html`<li>${error}</li>`)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user