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 2974254b3..5261d81e0 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,8 +199,8 @@ export default { this.internalModel = deepClone(newValue); this.resetComponent({ - streetAddress: updatedServiceZipCodeInfo.streetAddress, - city: updatedServiceZipCodeInfo.city, + streetAddress: newValue.addressQuestions.streetAddress, + city: newValue.addressQuestions.city, state: newValue.addressQuestions.state, zipCode: newValue.addressQuestions.zipCode, isVehicleProtected: newValue.isVehicleProtected,