mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +00:00
fix typing
This commit is contained in:
parent
5829660894
commit
36831d26e4
@ -171,7 +171,7 @@ class DialogSupervisorUpdate extends LitElement {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (BLOCKING_UPDATES.includes(this._dialogParams?.name)) {
|
if (BLOCKING_UPDATES.includes(this._dialogParams!.name)) {
|
||||||
fireEvent(this, "supervisor-applying-update", {
|
fireEvent(this, "supervisor-applying-update", {
|
||||||
name: this._dialogParams!.name,
|
name: this._dialogParams!.name,
|
||||||
version: this._dialogParams!.version,
|
version: this._dialogParams!.version,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user