mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +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")) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user