mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +00:00
Update src/panels/lovelace/hui-root.ts
Co-Authored-By: balloob <paulus@home-assistant.io>
This commit is contained in:
parent
9b5e79f42a
commit
5de36f9579
@ -449,7 +449,7 @@ class HUIRoot extends hassLocalizeLitMixin(LitElement) {
|
||||
window.open("https://www.home-assistant.io/lovelace/", "_blank");
|
||||
}
|
||||
|
||||
private _editModeEnable() {
|
||||
private _editModeEnable(): void {
|
||||
if (this._yamlMode) {
|
||||
window.alert("The edit UI is not available when in YAML mode.");
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user