1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 04:39:01 +00:00

Update dialog-helper-detail.ts

This commit is contained in:
Bram Kragten
2020-03-12 20:48:41 +01:00
parent 785ef19cce
commit d327045802

View File

@@ -192,6 +192,7 @@ export class DialogHelperDetail extends LitElement {
private _goBack() { private _goBack() {
this._platform = undefined; this._platform = undefined;
this._item = undefined; this._item = undefined;
this._error = undefined;
} }
static get styles(): CSSResult[] { static get styles(): CSSResult[] {