mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 04:36:36 +00:00
Use closed instead of closing
This commit is contained in:
parent
d97fb19f05
commit
45d78c0c77
@ -48,7 +48,7 @@ class HassioCreateSnapshotDialog extends LitElement {
|
||||
return html`
|
||||
<ha-dialog
|
||||
open
|
||||
@closing=${this.closeDialog}
|
||||
@closed=${this.closeDialog}
|
||||
.heading=${createCloseHeading(
|
||||
this.hass,
|
||||
this._dialogParams.supervisor.localize("snapshot.create_snapshot")
|
||||
|
Loading…
x
Reference in New Issue
Block a user