CSR-747 Navigate into heritage funnel from quote page
This commit is contained in:
parent
8a343650e3
commit
138a8d1c5e
1 changed files with 4 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ import vehicleQuestionsMixin from "../../mixins/vehicle-questions-mixin";
|
|||
|
||||
import { fetchCmsContentForPage } from "@/helpers/cms-content-helper";
|
||||
import { Form } from "vee-validate";
|
||||
import { navigateToHeritageFunnel } from "@/helpers/heritage-integration/navigation-helper"
|
||||
|
||||
export default {
|
||||
name: "quote",
|
||||
|
|
@ -159,6 +160,9 @@ export default {
|
|||
backButtonAction() {
|
||||
vehicleQuestionsMixin.methods.backButtonAction(this);
|
||||
},
|
||||
forwardButtonAction() {
|
||||
navigateToHeritageFunnel();
|
||||
}
|
||||
},
|
||||
components: {
|
||||
funnelHeader,
|
||||
|
|
|
|||
Loading…
Reference in a new issue