CSR-297
This commit is contained in:
parent
4d221378e2
commit
bdd8033769
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue