From 0bc79148f58b6d77c88a5c7cd0f0dc094568c517 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Fri, 13 Oct 2023 16:02:18 -0400 Subject: [PATCH] CSR-1700 fix recal modal not opening. --- src/layouts/service-location/service-location.vue | 3 +++ 1 file changed, 3 insertions(+) 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: {