We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d8367 commit b84628fCopy full SHA for b84628f
resources/js/Pages/Settings/Components/UpdateSettingsForm.vue
@@ -133,6 +133,7 @@ export default class UpdateSettingsForm extends Mixins(Route) {
133
const health = await this.waitForUpdate()
134
135
if (health.status === 'OK') {
136
+ this.isUpdating = false
137
// eslint-disable-next-line no-restricted-globals
138
location.reload()
139
} else {
0 commit comments