Clear filter in add helper dialog when closing (#23832)

This commit is contained in:
Jan-Philipp Benecke 2025-01-21 21:40:52 +01:00 committed by GitHub
parent 1cd44728df
commit 1025f73c36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 });
}