Refresh snapshots on first update (#7014)

This commit is contained in:
Joakim Sørensen 2020-09-15 13:20:17 +02:00 committed by GitHub
parent d5cd288fe8
commit 9c80776d8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,7 +242,7 @@ class HassioSnapshots extends LitElement {
protected firstUpdated(changedProps: PropertyValues) {
super.firstUpdated(changedProps);
this._updateSnapshots();
this.refreshData();
}
protected updated(changedProps: PropertyValues) {