mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-25 20:12:48 +00:00
Fix backup location config not updated (#23965)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user