Update src/panels/config/blueprint/ha-config-blueprint.ts

Co-authored-by: karwosts <32912880+karwosts@users.noreply.github.com>
This commit is contained in:
Paul Bottein 2023-11-29 08:26:10 +01:00 committed by GitHub
parent 04398d3ff4
commit 1cf6cf3b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class HaConfigBlueprint extends HassRouterPage {
}
public disconnectedCallback(): void {
super.connectedCallback();
super.disconnectedCallback();
this.removeEventListener("reload-blueprints", this._getBlueprints);
}