Add missing property in vin-lookup
This commit is contained in:
parent
a5881113c0
commit
fb02189681
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ export default {
|
|||
previouslyEnteredCarId: '',
|
||||
invalidZip: '',
|
||||
vinPopulatedOnPageLoad: this.getVinFromStore()?.length > 0,
|
||||
isSelectedGlassAvailableForVehicle: true
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue