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