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:
commit
02ba189da8
1 changed files with 3 additions and 0 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue