mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 19:56: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) {
|
protected updated(changedProps: PropertyValues) {
|
||||||
if (changedProps.has("supervisorInfo")) {
|
if (changedProps.has("supervisor")) {
|
||||||
this._addonList = this.supervisor.supervisor.addons
|
this._addonList = this.supervisor.supervisor.addons
|
||||||
.map((addon) => ({
|
.map((addon) => ({
|
||||||
slug: addon.slug,
|
slug: addon.slug,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user