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 3975d1c commit 694d472Copy full SHA for 694d472
1 file changed
src/store/version/actions.ts
@@ -32,7 +32,8 @@ export const actions: ActionTree<VersionState, RootState> = {
32
33
async onUpdatedClient () {
34
SocketActions.machineUpdateStatus()
35
- console.debug('Finished updating client')
+ console.debug('Finished updating client, reloading')
36
+ window.location.reload()
37
},
38
39
async onUpdatedSystem () {
0 commit comments