From a07772c5141b5c8000e5bf69c9ad714ab614c799 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 30 Mar 2026 05:42:16 -0400 Subject: [PATCH] Reload the app info after an update completes (#51261) --- src/panels/config/apps/app-view/info/supervisor-app-info.ts | 1 + 1 file changed, 1 insertion(+) 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,