change to getPartsOrQuestions method - zip code can be empty string

This commit is contained in:
Kroell 2023-02-09 11:53:23 -05:00
parent b68b3657fa
commit d54694ebaf

View file

@ -341,7 +341,7 @@ export const useMainStore = defineStore({
payload: {
carId: carId,
glassPieces: glassArrayForPayload,
zip: zipCode,
zip: zipCode ? zipCode : "",
vin: vin,
},
});