diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 2c0e0619b..be60e36fb 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -401,10 +401,7 @@ export default { false ); - this.$router.navigateWithSaving( - this.navigationScenarios.SELECTED_LOCATION, - this.$route - ); + this.$router.navigateWithSaving(this.navigationScenarios.SCHEDULE, this.$route); }, openModalAction(modalName) { this.$refs[modalName].openModal(); 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",