Skip to content

Commit 694d472

Browse files
committed
fix: refresh on client update
1 parent 3975d1c commit 694d472

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/store/version/actions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ export const actions: ActionTree<VersionState, RootState> = {
3232

3333
async onUpdatedClient () {
3434
SocketActions.machineUpdateStatus()
35-
console.debug('Finished updating client')
35+
console.debug('Finished updating client, reloading')
36+
window.location.reload()
3637
},
3738

3839
async onUpdatedSystem () {

0 commit comments

Comments
 (0)