diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index be60e36fb..73537f75c 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -401,7 +401,7 @@ export default { false ); - this.$router.navigateWithSaving(this.navigationScenarios.SCHEDULE, this.$route); + this.$router.navigateWithSaving(this.navigationScenarios.CLICKED_FORWARD, this.$route); }, openModalAction(modalName) { this.$refs[modalName].openModal();