diff --git a/webapp/src/components/modalComponents/calibrationWizardComponents/zmotordirectionstep.vue b/webapp/src/components/modalComponents/calibrationWizardComponents/zmotordirectionstep.vue
index 3b122294..e04d3711 100644
--- a/webapp/src/components/modalComponents/calibrationWizardComponents/zmotordirectionstep.vue
+++ b/webapp/src/components/modalComponents/calibrationWizardComponents/zmotordirectionstep.vue
@@ -20,17 +20,17 @@
@@ -80,10 +80,8 @@ export default {
}
this.invokeAction("stage", "jog", { stop: true });
},
- selectRightToLeft() {
- this.$emit("advance");
- },
- selectLeftToRight() {
+ // Once a direction is selected, advance
+ selectDir() {
this.$emit("advance");
},
},