mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-14 13:31:10 +00:00
Split store and installed calls (#12921)
* Split store and installed calls * Fix issue when installing * Remove supervisor.addons usage * one more * Update core * Comments
This commit is contained in:
@@ -96,7 +96,7 @@ export class SupervisorBackupContent extends LitElement {
|
||||
: ["ssl", "share", "media", "addons/local"]
|
||||
);
|
||||
this.addons = _computeAddons(
|
||||
this.backup ? this.backup.addons : this.supervisor?.supervisor.addons
|
||||
this.backup ? this.backup.addons : this.supervisor?.addon.addons
|
||||
);
|
||||
this.backupType = this.backup?.type || "full";
|
||||
this.backupName = this.backup?.name || "";
|
||||
|
||||
Reference in New Issue
Block a user