Merge pull request #1208 from Safelite/CSR-1362-update-nav-scenario

CSR-1362 update navigation scenario.
This commit is contained in:
bmauger 2023-07-05 15:50:32 -04:00 committed by GitHub
commit 56e4c9fbd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -401,7 +401,7 @@ export default {
false
);
this.$router.navigateWithSaving(this.navigationScenarios.SCHEDULE, this.$route);
this.$router.navigateWithSaving(this.navigationScenarios.CLICKED_FORWARD, this.$route);
},
openModalAction(modalName) {
this.$refs[modalName].openModal();