Update state on connect

This commit is contained in:
Joel Collins 2019-02-11 16:57:21 +00:00
parent 0c62aa49c6
commit e42917ee8a

View file

@ -38,6 +38,8 @@ export default {
]);
// Try to get config JSON from the newly submitted host
this.$store.dispatch('updateConfig');
// Update the microscope state while we're at it
this.$store.dispatch('updateState');
}
},