From 2a709a098906a44e38d565acca9054c16606307c Mon Sep 17 00:00:00 2001 From: Chris Redelinghuys Date: Thu, 30 Oct 2025 13:38:53 -0400 Subject: [PATCH] CASH-1535: Mobile First Modal updates --- .../mobile-first-modal/mobile-first-modal.vue | 10 +++- src/layouts/schedule/schedule.vue | 59 ++++++++++--------- 2 files changed, 41 insertions(+), 28 deletions(-) diff --git a/src/layouts/schedule/mobile-first-modal/mobile-first-modal.vue b/src/layouts/schedule/mobile-first-modal/mobile-first-modal.vue index f6c574063..30d954da5 100644 --- a/src/layouts/schedule/mobile-first-modal/mobile-first-modal.vue +++ b/src/layouts/schedule/mobile-first-modal/mobile-first-modal.vue @@ -7,7 +7,8 @@ :onModalClosedCallback="onModalClosed" :footerButtonText="modalFooterText" :isFooterButtonPrimary="true" - @footer-button-event="confirmAppointment"> + @footer-button-event="confirmAppointment" + @isModalOpened="setIsModalOpen">