mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +00:00
Add back loading manifests of loaded integrations (#13919)
This commit is contained in:
parent
7ff138534f
commit
9035e8e9dc
@ -312,6 +312,7 @@ class HaConfigIntegrations extends SubscribeMixin(LitElement) {
|
|||||||
undefined,
|
undefined,
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
this._fetchManifests();
|
||||||
if (this.route.path === "/add") {
|
if (this.route.path === "/add") {
|
||||||
this._handleAdd(localizePromise);
|
this._handleAdd(localizePromise);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user