diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 3945d5e48..6893ad9b4 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -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(); }