mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37: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(
|
.title=${this.hass.localize(
|
||||||
"ui.errors.config.editor_not_supported"
|
"ui.errors.config.editor_not_supported"
|
||||||
)}
|
)}
|
||||||
.alertType=${"warning"}
|
alert-type="warning"
|
||||||
>
|
>
|
||||||
${this._warnings!.length > 0 && this._warnings![0] !== undefined
|
${this._warnings!.length > 0 && this._warnings![0] !== undefined
|
||||||
? html`
|
? html`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user