mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +00:00
Update hassio/src/dialogs/system_checks/dialog-hassio-system-checks.ts
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
ba59b47fe6
commit
4cf3aa18b1
@ -74,7 +74,9 @@ class HassioSystemChecksDialog extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public closeDialog(): void {
|
public closeDialog(): void {
|
||||||
|
this.supervisor = undefined;
|
||||||
this._opened = false;
|
this._opened = false;
|
||||||
|
fireEvent(this, "dialog-closed", { dialog: this.localName });
|
||||||
}
|
}
|
||||||
|
|
||||||
public focus(): void {
|
public focus(): void {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user