Merge pull request #1096 from Safelite/feature/CSR-1112A

renamed resetShopList in reloadShopData to resetAnswers
This commit is contained in:
Leah Schumann 2023-05-12 10:41:16 -04:00 committed by GitHub
commit 8553a3e5dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,7 +180,7 @@ export default {
const result = await this.loadData(serviceZipCode);
this.initializeComponent(result.data);
this.resetShopList();
this.resetAnswers();
await nextTick();
await this.getNextShopsFromList();