CSR-748 Add heritage button
This commit is contained in:
parent
10c1675245
commit
5e5fbc5f0e
2 changed files with 1 additions and 4 deletions
|
|
@ -188,7 +188,7 @@ export default {
|
|||
);
|
||||
|
||||
// TODO KO delete after quote MVP
|
||||
this.navigateForward(matchedParts, null, this.shouldGoToHeritageQuote);
|
||||
// this.navigateForward(matchedParts, null, this.shouldGoToHeritageQuote);
|
||||
// Navigate to the next page
|
||||
// this.navigateForward(matchedParts);
|
||||
},
|
||||
|
|
|
|||
|
|
@ -297,14 +297,11 @@ export default {
|
|||
backNavigationScenario = navigationScenarios.CLICKED_BACK_WITH_PART_QUESTIONS;
|
||||
}
|
||||
|
||||
console.log({ backNavigationScenario });
|
||||
|
||||
self.$router.navigateWithoutSaving(backNavigationScenario, self.$route);
|
||||
},
|
||||
// TODO KO delete this after quote mvp
|
||||
async handleTempButtonClicked(vm) {
|
||||
this.shouldGoToHeritageQuote = true;
|
||||
// await vm.forwardButtonAction();
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue