Merge pull request #1776 from Safelite/feature/CSR-1983

CSR-1983
This commit is contained in:
AMSNEHA 2024-02-28 17:50:32 +05:30 committed by GitHub
commit ca3554ff0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,7 @@ export default {
}
},
activePromos() {
this.selectDefaultPackage();
if (this.activePromos?.length) this.selectDefaultPackage();
},
selectedPackageName(newValue) {
const VapsProductsInSelectedPackage = this.getVapsLineItemsForSelectedPackage(newValue);