CSR-748 Add heritage button

This commit is contained in:
Katie 2022-11-09 10:05:43 -05:00
parent 10c1675245
commit 5e5fbc5f0e
2 changed files with 1 additions and 4 deletions

View file

@ -188,7 +188,7 @@ export default {
); );
// TODO KO delete after quote MVP // TODO KO delete after quote MVP
this.navigateForward(matchedParts, null, this.shouldGoToHeritageQuote); // this.navigateForward(matchedParts, null, this.shouldGoToHeritageQuote);
// Navigate to the next page // Navigate to the next page
// this.navigateForward(matchedParts); // this.navigateForward(matchedParts);
}, },

View file

@ -297,14 +297,11 @@ export default {
backNavigationScenario = navigationScenarios.CLICKED_BACK_WITH_PART_QUESTIONS; backNavigationScenario = navigationScenarios.CLICKED_BACK_WITH_PART_QUESTIONS;
} }
console.log({ backNavigationScenario });
self.$router.navigateWithoutSaving(backNavigationScenario, self.$route); self.$router.navigateWithoutSaving(backNavigationScenario, self.$route);
}, },
// TODO KO delete this after quote mvp // TODO KO delete this after quote mvp
async handleTempButtonClicked(vm) { async handleTempButtonClicked(vm) {
this.shouldGoToHeritageQuote = true; this.shouldGoToHeritageQuote = true;
// await vm.forwardButtonAction();
}, },
}, },
}; };