Merge pull request #1096 from Safelite/feature/CSR-1112A
renamed resetShopList in reloadShopData to resetAnswers
This commit is contained in:
commit
8553a3e5dd
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ export default {
|
||||||
const result = await this.loadData(serviceZipCode);
|
const result = await this.loadData(serviceZipCode);
|
||||||
this.initializeComponent(result.data);
|
this.initializeComponent(result.data);
|
||||||
|
|
||||||
this.resetShopList();
|
this.resetAnswers();
|
||||||
|
|
||||||
await nextTick();
|
await nextTick();
|
||||||
await this.getNextShopsFromList();
|
await this.getNextShopsFromList();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue