Merge pull request #2520 from Safelite/feature/CASH-532v2

Feature/cash 532v2
This commit is contained in:
Johnny Shultz 2025-05-15 12:41:05 -04:00 committed by GitHub
commit b43daeb555
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -193,16 +193,6 @@ export default {
damageLocationsSelected.SINGLE
);
return vm.forwardButtonAction();
} else if (
selectedGlassToReplace ==
`${damageLocationsSelected.DRIVER},${damageLocationsSelected.PASSENGER}`
) {
vm.selectedWindshieldOptions.selectedWindshieldReplaceOptions.push(
damageLocationsSelected.DRIVER
);
vm.selectedWindshieldOptions.selectedWindshieldReplaceOptions.push(
damageLocationsSelected.PASSENGER
);
}
baseMixin.methods.ResetExternalParamsAndHideModal();
}