Skip to content

Commit a07772c

Browse files
authored
Reload the app info after an update completes (#51261)
1 parent a6ab6e2 commit a07772c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/panels/config/apps/app-view/info/supervisor-app-info.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,7 @@ class SupervisorAppInfo extends LitElement {
10381038
}
10391039

10401040
private _updateComplete() {
1041+
this._scheduleDataUpdate();
10411042
const eventdata = {
10421043
success: true,
10431044
response: undefined,

0 commit comments

Comments
 (0)