Skip to content

Commit b84628f

Browse files
committed
hide updater ui when fnished before reloading
1 parent 48d8367 commit b84628f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/js/Pages/Settings/Components/UpdateSettingsForm.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ export default class UpdateSettingsForm extends Mixins(Route) {
133133
const health = await this.waitForUpdate()
134134
135135
if (health.status === 'OK') {
136+
this.isUpdating = false
136137
// eslint-disable-next-line no-restricted-globals
137138
location.reload()
138139
} else {

0 commit comments

Comments
 (0)