mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +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}
|
.open=${this._opened}
|
||||||
scrimClickAction
|
scrimClickAction
|
||||||
escapeKeyAction
|
escapeKeyAction
|
||||||
@closing=${this.closeDialog}
|
|
||||||
>
|
>
|
||||||
${this._action === null
|
${this._action === null
|
||||||
? html`<div>
|
? html`<div>
|
||||||
|
@ -66,7 +66,6 @@ class DialogSupervisorCoreUpdate extends LitElement {
|
|||||||
heading="Update Home Assistant Core"
|
heading="Update Home Assistant Core"
|
||||||
scrimClickAction
|
scrimClickAction
|
||||||
escapeKeyAction
|
escapeKeyAction
|
||||||
@closing=${this.closeDialog}
|
|
||||||
>
|
>
|
||||||
${this._action === null
|
${this._action === null
|
||||||
? html`<div>
|
? html`<div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user