CSR-1362 update navigation scenario.

This commit is contained in:
Bryan Mauger 2023-07-05 15:41:23 -04:00
parent ee4e244509
commit 1c71895a65

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();