mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Clear filter in add helper dialog when closing (#23832)
This commit is contained in:
parent
1cd44728df
commit
1025f73c36
@ -137,6 +137,7 @@ export class DialogHelperDetail extends LitElement {
|
|||||||
this._error = undefined;
|
this._error = undefined;
|
||||||
this._domain = undefined;
|
this._domain = undefined;
|
||||||
this._params = undefined;
|
this._params = undefined;
|
||||||
|
this._filter = undefined;
|
||||||
fireEvent(this, "dialog-closed", { dialog: this.localName });
|
fireEvent(this, "dialog-closed", { dialog: this.localName });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user