mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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._domain = undefined;
|
||||
this._params = undefined;
|
||||
this._filter = undefined;
|
||||
fireEvent(this, "dialog-closed", { dialog: this.localName });
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user