prettier
This commit is contained in:
CarlNation 2026-01-13 16:06:07 -05:00
parent f97c2f37eb
commit bae8770fb8
2 changed files with 2 additions and 10 deletions

View file

@ -188,11 +188,7 @@ export default {
}
});
this.dispatchStoreAction(
this.storeActions.SAVE_IS_OEM_GLASS_SELECTED,
false,
false
);
this.dispatchStoreAction(this.storeActions.SAVE_IS_OEM_GLASS_SELECTED, false, false);
// save to vuex store as order.damage.partQuestionAnswers (array)
// used in GET_PARTS call following this one

View file

@ -198,11 +198,7 @@ export default {
false
);
this.dispatchStoreAction(
this.storeActions.SAVE_IS_OEM_GLASS_SELECTED,
false,
false
);
this.dispatchStoreAction(this.storeActions.SAVE_IS_OEM_GLASS_SELECTED, false, false);
// Navigate to the next page
this.navigateForward(matchedParts);