mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Fix missing addon list when creating partial snapshot (#8176)
This commit is contained in:
parent
16e7a16d12
commit
08c1b864fc
@ -264,7 +264,7 @@ class HassioSnapshots extends LitElement {
|
||||
}
|
||||
|
||||
protected updated(changedProps: PropertyValues) {
|
||||
if (changedProps.has("supervisorInfo")) {
|
||||
if (changedProps.has("supervisor")) {
|
||||
this._addonList = this.supervisor.supervisor.addons
|
||||
.map((addon) => ({
|
||||
slug: addon.slug,
|
||||
|
Loading…
x
Reference in New Issue
Block a user