This commit is contained in:
Michaela Brydon 2023-10-11 23:45:04 -04:00
parent 14487d10b4
commit 4d73dd7386

View file

@ -556,7 +556,7 @@ export const useMainStore = defineStore({
const { vin } = vehicle;
// create a new array to avoid mutating state
const glassArrayForPayload = convertGlassPieceToBackEndCompatibleFormat(glassArray);
const glassArrayForPayload = convertGlassPieceNamingForApi(glassArray);
const response = await globalMethods.callHttpClient({
method: endpoints.GetPartsOrQuestions.method,