From 9744c9bcd7e2f82094fc9e4fbbe351a1e9592d9d Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Wed, 2 Aug 2023 09:39:28 -0400 Subject: [PATCH] Merged from develop --- src/layouts/customer-details/customer-details.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/layouts/customer-details/customer-details.vue b/src/layouts/customer-details/customer-details.vue index 06694586a..be533117f 100644 --- a/src/layouts/customer-details/customer-details.vue +++ b/src/layouts/customer-details/customer-details.vue @@ -163,13 +163,7 @@ export default { false ); - //Temporary, still need to determine what needs to be saved before continuing. - this.$router.navigateWithoutSaving( - this.navigationScenarios.CLICKED_FORWARD, - this.$route - ); - - //navigateToHeritageFunnel({ loadingModal: this.$refs.loadingModal }); + this.$router.navigateWithSaving(this.navigationScenarios.CLICKED_FORWARD, this.$route); }, }, components: {