mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Fix lint
This commit is contained in:
parent
da10da79b3
commit
f6569a2625
@ -78,7 +78,7 @@ export class HuiSaveConfig extends LitElement {
|
|||||||
.label=${this.hass!.localize(
|
.label=${this.hass!.localize(
|
||||||
"ui.panel.lovelace.editor.save_config.empty_config"
|
"ui.panel.lovelace.editor.save_config.empty_config"
|
||||||
)}
|
)}
|
||||||
.dir="${computeRTLDirection(this.hass)}"
|
.dir="${computeRTLDirection(this.hass!)}"
|
||||||
>
|
>
|
||||||
<ha-switch
|
<ha-switch
|
||||||
.checked=${this._emptyConfig}
|
.checked=${this._emptyConfig}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user