Commit 2a5bcd68 authored by Joel Collins's avatar Joel Collins
Browse files

Minor restyling

parent 4d9fa693
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -225,7 +225,9 @@ export default {
          // Start the store polling TaskId for success
          return this.$store.dispatch('pollTask', [response.data[0].id, null, null])
        })
        .then(() => { console.log("Successfully finished autofocus"); })
        .then(() => {
          console.log("Successfully finished autofocus")
        })
        .catch(error => {
          UIkit.notification({message: `<span uk-icon=\'icon: warning\'></span> ${error}`, status: 'danger'})
          this.$store.dispatch('handleHTTPError', error);  // Let store handle error