Update src/panels/lovelace/hui-root.ts

Co-Authored-By: balloob <paulus@home-assistant.io>
This commit is contained in:
Ian Richardson 2018-12-11 19:02:44 +01:00 committed by GitHub
parent 5de36f9579
commit a46f5e3d4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -467,7 +467,7 @@ class HUIRoot extends hassLocalizeLitMixin(LitElement) {
}
}
private _editModeChanged() {
private _editModeChanged(): void {
this._selectView(this._curView);
}