Merged from develop
This commit is contained in:
parent
abcabbe1d6
commit
9744c9bcd7
1 changed files with 1 additions and 7 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue