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: {