mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Remove closing event from dialog (#8470)
This commit is contained in:
parent
12b124e5a3
commit
0bc2eb530d
@ -68,7 +68,6 @@ class DialogSupervisorAddonUpdate extends LitElement {
|
||||
.open=${this._opened}
|
||||
scrimClickAction
|
||||
escapeKeyAction
|
||||
@closing=${this.closeDialog}
|
||||
>
|
||||
${this._action === null
|
||||
? html`<div>
|
||||
|
@ -66,7 +66,6 @@ class DialogSupervisorCoreUpdate extends LitElement {
|
||||
heading="Update Home Assistant Core"
|
||||
scrimClickAction
|
||||
escapeKeyAction
|
||||
@closing=${this.closeDialog}
|
||||
>
|
||||
${this._action === null
|
||||
? html`<div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user