Add missing property in vin-lookup

This commit is contained in:
Katie 2022-07-07 16:03:16 -04:00
parent a5881113c0
commit fb02189681

View file

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