From b6f70b9b868386533f0bcd587c2500bda396e696 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Tue, 14 Feb 2023 07:46:29 -0500 Subject: [PATCH] Moved 'useForm' inside modal component --- src/digital-components/modal/modal.vue | 22 +++++----- .../mobile-location-modal-questions.vue | 43 +++++++------------ .../service-location/service-location.vue | 7 +-- .../service-zip-modal-question.vue | 7 --- 4 files changed, 32 insertions(+), 47 deletions(-) diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index 1bf7c3fce..0586b9f1a 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -43,7 +43,7 @@