Merge pull request #2568 from Safelite/feature/Digital/CASH-833

CASH-833
This commit is contained in:
hiteshkumar87 2025-05-29 22:25:34 +05:30 committed by GitHub
commit 3404c1e3df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -793,10 +793,10 @@ export default {
this.apartmentNumberOrBusinessName = this.getServiceAddress2FromStore();
this.city = this.getServiceCityFromStore();
this.isVehicleProtected = this.getIsVehicleProtectedFromStore();
this.$refs.mobileLocationQuestions.resetAlerts();
} else {
this.resetMobileLocation();
}
this.$refs.mobileLocationQuestions.resetAlerts();
} else {
this.selectedProvider = new Provider();
}