From e42917ee8a29f61448faa15924eb7edbec2ceb66 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Mon, 11 Feb 2019 16:57:21 +0000 Subject: [PATCH] Update state on connect --- src/components/paneConnectComponents/hostInput.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/paneConnectComponents/hostInput.vue b/src/components/paneConnectComponents/hostInput.vue index e3cb633b..de4e6c59 100644 --- a/src/components/paneConnectComponents/hostInput.vue +++ b/src/components/paneConnectComponents/hostInput.vue @@ -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'); } },