Use closed instead of closing

This commit is contained in:
Ludeeus 2021-05-25 20:47:31 +00:00
parent d97fb19f05
commit 45d78c0c77

View File

@ -48,7 +48,7 @@ class HassioCreateSnapshotDialog extends LitElement {
return html` return html`
<ha-dialog <ha-dialog
open open
@closing=${this.closeDialog} @closed=${this.closeDialog}
.heading=${createCloseHeading( .heading=${createCloseHeading(
this.hass, this.hass,
this._dialogParams.supervisor.localize("snapshot.create_snapshot") this._dialogParams.supervisor.localize("snapshot.create_snapshot")