From 6496b985b5a02b6f2fb53089d9dec88fc4c055e0 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Tue, 14 Mar 2023 09:25:24 -0400 Subject: [PATCH] Removed unnecessary "emits" directive" --- .../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 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),