Commit e42917ee authored by Joel Collins's avatar Joel Collins
Browse files

Update state on connect

parent 0c62aa49
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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');
    }
  },