diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index 9a1af248a..28e77a26c 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -337,7 +337,7 @@ export default { ); //Temporary, still need to determine what needs to be saved before continuing. this.$router.navigateWithoutSaving( - this.navigationScenarios.CLICKED_FORWARD_WITH_CUSTOMER_DETAILS, + this.navigationScenarios.CLICKED_FORWARD, this.$route ); }, diff --git a/src/router/router-constants/navigation-scenarios.js b/src/router/router-constants/navigation-scenarios.js index e62a5f91c..2cbf5dd69 100644 --- a/src/router/router-constants/navigation-scenarios.js +++ b/src/router/router-constants/navigation-scenarios.js @@ -49,9 +49,6 @@ const navigationScenarios = { // Scheduling SELECTED_LOCATION: "SELECTED_LOCATION", - //Customer details - CLICKED_FORWARD_WITH_CUSTOMER_DETAILS: "CLICKED_FORWARD_WITH_CUSTOMER_DETAILS", - // Review CLICKED_VEHICLE_EDIT: "CLICKED_VEHICLE_EDIT", CLICKED_DAMAGE_EDIT: "CLICKED_DAMAGE_EDIT",