From c09dbd2e552f5866f9a8204f3830108c89cbbc07 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Tue, 29 Nov 2022 14:29:58 -0500 Subject: [PATCH] resolving merge differences --- src/layouts/estimate/estimate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index 9406db0d9..20a47e357 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -120,7 +120,7 @@ export default { name: "estimate", data() { return { - selectedVinLookupMethod: "", + selectedVinLookupMethod: null, serviceZipCode: this.getZipFromStore(), emailAddress: this.getEmailFromStore(), displayInvalidZipAlert: false,