From bb0dee96ff9bc052b778600dbe9f66906f2ffd34 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Fri, 12 May 2023 10:33:53 -0400 Subject: [PATCH] renamed resetShopList in reloadShopData to resetAnswers --- src/layouts/service-location/shop-question/shop-question.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/service-location/shop-question/shop-question.vue b/src/layouts/service-location/shop-question/shop-question.vue index f12319d8d..2b7e41742 100644 --- a/src/layouts/service-location/shop-question/shop-question.vue +++ b/src/layouts/service-location/shop-question/shop-question.vue @@ -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();