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,