mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +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 {
|
public connectedCallback(): void {
|
||||||
super.connectedCallback();
|
super.connectedCallback();
|
||||||
this._scrollToSection();
|
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() {
|
private async _scrollToSection() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user