diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 2c0e0619b..bd3756662 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -402,7 +402,7 @@ export default { ); this.$router.navigateWithSaving( - this.navigationScenarios.SELECTED_LOCATION, + this.navigationScenarios.SCHEDULE, this.$route ); }, diff --git a/src/router/router-constants/navigation-scenarios.js b/src/router/router-constants/navigation-scenarios.js index 2cbf5dd69..7c3aa1413 100644 --- a/src/router/router-constants/navigation-scenarios.js +++ b/src/router/router-constants/navigation-scenarios.js @@ -46,9 +46,6 @@ const navigationScenarios = { CLICKED_BACK_WITH_VIN_AND_NO_MORE_QUESTIONS: "CLICKED_BACK_WITH_VIN_AND_NO_MORE_QUESTIONS", CLICKED_BACK_WITH_NO_VIN_NOR_QUESTIONS: "CLICKED_BACK_WITH_NO_VIN_NOR_QUESTIONS", - // Scheduling - SELECTED_LOCATION: "SELECTED_LOCATION", - // Review CLICKED_VEHICLE_EDIT: "CLICKED_VEHICLE_EDIT", CLICKED_DAMAGE_EDIT: "CLICKED_DAMAGE_EDIT",