mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 08:46:35 +00:00
Make sure rebuilt cards show up in panel views (#7535)
This commit is contained in:
parent
9b22b1e499
commit
01fe5dd2f7
@ -52,6 +52,10 @@ export class PanelView extends LitElement implements LovelaceViewElement {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (changedProperties.has("cards")) {
|
||||||
|
this._createCard();
|
||||||
|
}
|
||||||
|
|
||||||
if (!changedProperties.has("lovelace")) {
|
if (!changedProperties.has("lovelace")) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user