Skip to content

Commit

Permalink
hide updater ui when fnished before reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
iWirk committed Sep 27, 2022
1 parent 48d8367 commit b84628f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export default class UpdateSettingsForm extends Mixins(Route) {
const health = await this.waitForUpdate()
if (health.status === 'OK') {
this.isUpdating = false
// eslint-disable-next-line no-restricted-globals
location.reload()
} else {
Expand Down

0 comments on commit b84628f

Please sign in to comment.