Merge pull request #593 from Safelite/defect/add-missing-property

Add missing property in vin-lookup
This commit is contained in:
katieoh-safelite 2022-07-07 16:11:43 -04:00 committed by GitHub
commit 77337cebdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,6 +177,7 @@ export default {
previouslyEnteredCarId: '',
invalidZip: '',
vinPopulatedOnPageLoad: this.getVinFromStore()?.length > 0,
isSelectedGlassAvailableForVehicle: true
};
},
mounted() {