CASH-833
reset alerts
This commit is contained in:
parent
b4d99f4095
commit
1bb100e883
1 changed files with 1 additions and 1 deletions
|
|
@ -793,10 +793,10 @@ export default {
|
||||||
this.apartmentNumberOrBusinessName = this.getServiceAddress2FromStore();
|
this.apartmentNumberOrBusinessName = this.getServiceAddress2FromStore();
|
||||||
this.city = this.getServiceCityFromStore();
|
this.city = this.getServiceCityFromStore();
|
||||||
this.isVehicleProtected = this.getIsVehicleProtectedFromStore();
|
this.isVehicleProtected = this.getIsVehicleProtectedFromStore();
|
||||||
this.$refs.mobileLocationQuestions.resetAlerts();
|
|
||||||
} else {
|
} else {
|
||||||
this.resetMobileLocation();
|
this.resetMobileLocation();
|
||||||
}
|
}
|
||||||
|
this.$refs.mobileLocationQuestions.resetAlerts();
|
||||||
} else {
|
} else {
|
||||||
this.selectedProvider = new Provider();
|
this.selectedProvider = new Provider();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue