diff --git a/src/panels/config/apps/app-view/info/supervisor-app-info.ts b/src/panels/config/apps/app-view/info/supervisor-app-info.ts index d42cc7c06d..a910fe62e4 100644 --- a/src/panels/config/apps/app-view/info/supervisor-app-info.ts +++ b/src/panels/config/apps/app-view/info/supervisor-app-info.ts @@ -1038,6 +1038,7 @@ class SupervisorAppInfo extends LitElement { } private _updateComplete() { + this._scheduleDataUpdate(); const eventdata = { success: true, response: undefined,