mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix backup location config not updated (#23965)
This commit is contained in:
parent
e48b2383cf
commit
52e9bc3213
@ -53,6 +53,8 @@ class HaConfigBackupSettings extends LitElement {
|
||||
public connectedCallback(): void {
|
||||
super.connectedCallback();
|
||||
this._scrollToSection();
|
||||
// Update config the page is displayed (e.g. when coming back from a location detail page)
|
||||
this._config = this.config;
|
||||
}
|
||||
|
||||
private async _scrollToSection() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user