reset alerts
This commit is contained in:
hiteshkumar87 2025-05-29 21:10:45 +05:30
parent b4d99f4095
commit 1bb100e883

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();
}