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`
<ha-dialog
open
@closing=${this.closeDialog}
@closed=${this.closeDialog}
.heading=${createCloseHeading(
this.hass,
this._dialogParams.supervisor.localize("snapshot.create_snapshot")