CSR-1700 fix recal modal not opening.

This commit is contained in:
Bryan Mauger 2023-10-13 16:02:18 -04:00
parent 05156a27f0
commit 0bc79148f5

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: {