Add navigation to/from review page

This commit is contained in:
Chloe Herd 2023-07-28 15:04:14 -04:00
parent f531446b29
commit 7b503b3d33
2 changed files with 4 additions and 2 deletions

View file

@ -126,7 +126,7 @@ export default {
this.$router.navigateWithoutSaving(this.navigationScenarios.CLICKED_BACK, this.$route);
},
forwardButtonAction() {
navigateToHeritageFunnel({ loadingModal: this.$refs.loadingModal });
this.$router.navigateWithSaving(this.navigationScenarios.CLICKED_FORWARD, this.$route);
},
},
components: {

View file

@ -140,7 +140,9 @@ export default {
arePagePrerequisitesValid() {
return true;
},
backButtonAction() {},
backButtonAction() {
this.$router.navigateWithoutSaving(this.navigationScenarios.CLICKED_BACK, this.$route);
},
forwardButtonAction() {},
editVehicle() {
this.$router.navigateWithoutSaving(