mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 21:17:47 +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
af1e86fe82
commit
bfd6b97f51
@ -234,7 +234,7 @@ export abstract class HuiElementEditor<T> extends LitElement {
|
||||
.title=${this.hass.localize(
|
||||
"ui.errors.config.editor_not_supported"
|
||||
)}
|
||||
.alertType=${"warning"}
|
||||
alert-type="warning"
|
||||
>
|
||||
${this._warnings!.length > 0 && this._warnings![0] !== undefined
|
||||
? html`
|
||||
|
Loading…
x
Reference in New Issue
Block a user