change to getPartsOrQuestions method - zip code can be empty string
This commit is contained in:
parent
b68b3657fa
commit
d54694ebaf
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ export const useMainStore = defineStore({
|
|||
payload: {
|
||||
carId: carId,
|
||||
glassPieces: glassArrayForPayload,
|
||||
zip: zipCode,
|
||||
zip: zipCode ? zipCode : "",
|
||||
vin: vin,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue