Update hassio/src/dialogs/system_checks/dialog-hassio-system-checks.ts

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Joakim Sørensen 2021-03-10 14:50:16 +01:00 committed by GitHub
parent ba59b47fe6
commit 4cf3aa18b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,9 @@ class HassioSystemChecksDialog extends LitElement {
}
public closeDialog(): void {
this.supervisor = undefined;
this._opened = false;
fireEvent(this, "dialog-closed", { dialog: this.localName });
}
public focus(): void {