From 12c5d684d800df90f87a9e4aabb6c64160413573 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Mon, 20 Mar 2023 10:46:02 -0400 Subject: [PATCH] Minor correction to previous commit --- .../mobile-location-modal-questions.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9ba81f14a..2974254b3 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 @@ -199,7 +199,7 @@ export default { this.internalModel = deepClone(newValue); this.resetComponent({ - autocomplete: updatedServiceZipCodeInfo.streetAddress, + streetAddress: updatedServiceZipCodeInfo.streetAddress, city: updatedServiceZipCodeInfo.city, state: newValue.addressQuestions.state, zipCode: newValue.addressQuestions.zipCode,