From 1c71895a65533c360502e5dc7c80e36ea491a29b Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Wed, 5 Jul 2023 15:41:23 -0400 Subject: [PATCH] CSR-1362 update navigation scenario. --- src/layouts/service-location/service-location.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();