Compare commits

...

1 Commits

Author SHA1 Message Date
Ludeeus
45d78c0c77 Use closed instead of closing 2021-05-25 20:47:31 +00:00

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")