diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 674c47409..eca5f5550 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -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: {