Merge pull request #1406 from Safelite/CSR-1700-fix-recal-modal-not-opening

CSR-1700 fix recal modal not opening.
This commit is contained in:
bmauger 2023-10-13 16:07:44 -04:00 committed by GitHub
commit 02ba189da8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -494,6 +494,9 @@ export default {
this.updateAndSaveSupportingItems();
this.$router.navigateWithSaving(this.navigationScenarios.CLICKED_FORWARD, this.$route);
},
openModalAction(modalName) {
this.$refs[modalName].openModal();
},
},
watch: {
selectedAppointmentType: {