CASH-719
CASH-719 defect fix for coming in from leadgen using other/not sure for vehicleDamage option
This commit is contained in:
parent
dfa5ac9f48
commit
482591cf22
1 changed files with 6 additions and 1 deletions
|
|
@ -192,7 +192,12 @@ export default {
|
|||
vm.selectedWindshieldOptions.selectedWindshieldReplaceOptions.push(
|
||||
damageLocationsSelected.SINGLE
|
||||
);
|
||||
return vm.forwardButtonAction();
|
||||
if (
|
||||
store.getters.externalParameterState.isExternalParameter &&
|
||||
store.getters.externalParameterDamage.damageType !== "other"
|
||||
) {
|
||||
return vm.forwardButtonAction();
|
||||
}
|
||||
}
|
||||
baseMixin.methods.ResetExternalParamsAndHideModal();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue