From 2a5bcd686a505b45b4ae8ece981056ab5f72597f Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Thu, 21 Mar 2019 16:27:14 +0000 Subject: [PATCH] Minor restyling --- src/components/paneNavigate.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/paneNavigate.vue b/src/components/paneNavigate.vue index 2f7b15cd..df43acc5 100644 --- a/src/components/paneNavigate.vue +++ b/src/components/paneNavigate.vue @@ -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: ` ${error}`, status: 'danger'}) this.$store.dispatch('handleHTTPError', error); // Let store handle error