From ba80ae58d23cca6c2e6873336891518cb1c90cf7 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Fri, 17 Feb 2023 09:08:09 -0500 Subject: [PATCH] Added alert for invalid zip, still needs code --- .../mobile-location-modal-questions.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue b/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue index 8a46879c0..31378fc95 100644 --- a/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue +++ b/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue @@ -32,6 +32,13 @@ v-model="internalModel.isVehicleProtected" cmsWidgetName="VehicleProtectedQuestionWidget" /> + @@ -173,6 +180,7 @@ export default { addressQuestions, vehicleProtectedQuestion, textBlock, + alert, }, };