resolving merge differences

This commit is contained in:
CarlNation 2022-11-29 14:29:58 -05:00
parent 2635c90ee8
commit c09dbd2e55

View file

@ -120,7 +120,7 @@ export default {
name: "estimate",
data() {
return {
selectedVinLookupMethod: "",
selectedVinLookupMethod: null,
serviceZipCode: this.getZipFromStore(),
emailAddress: this.getEmailFromStore(),
displayInvalidZipAlert: false,