This commit is contained in:
CarlNation 2022-03-07 11:17:55 -05:00
parent 4d221378e2
commit bdd8033769

View file

@ -236,7 +236,7 @@ export default {
async forwardButtonAction() {
store.commit(this.storeMutations.UPDATE_IS_REPAIR, this.isWindshieldRepair);
if (this.isWindshieldRepair && this.selectedWindshieldOptions.selectedWindshieldChipCount){
if (this.isWindshieldRepair){
store.commit(this.storeMutations.UPDATE_NUMBER_OF_CHIPS, parseInt(this.selectedWindshieldOptions.selectedWindshieldChipCount));
} else {
store.commit(this.storeMutations.UPDATE_NUMBER_OF_CHIPS, null);