Update state on connect
This commit is contained in:
parent
0c62aa49c6
commit
e42917ee8a
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ export default {
|
||||||
]);
|
]);
|
||||||
// Try to get config JSON from the newly submitted host
|
// Try to get config JSON from the newly submitted host
|
||||||
this.$store.dispatch('updateConfig');
|
this.$store.dispatch('updateConfig');
|
||||||
|
// Update the microscope state while we're at it
|
||||||
|
this.$store.dispatch('updateState');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue