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 cdba0058f..3a40ef9db 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 @@ -62,7 +62,7 @@ import { deepClone } from "@/layouts/service-location/helpers/object-cloning-hel export default { name: "mobile-location-modal-questions", - emits: ["update:modelValue", "updated-zip-code"], // The component emits an event + emits: ["update:modelValue"], // The component emits an event data() { return { internalModel: deepClone(this.modelValue),