Small refactor

This commit is contained in:
Leah Schumann 2023-04-18 08:40:41 -04:00
parent d2ed91e919
commit f0957a9bba

View file

@ -163,6 +163,8 @@ export default {
this.getNextShopsFromList(); this.getNextShopsFromList();
this.displaySeeMoreLocationsLink = true; this.displaySeeMoreLocationsLink = true;
this.selectedValue = "";
this.$refs.buttonQuestion.resetField();
}, },
}, },
@ -189,11 +191,6 @@ export default {
container.scrollTo({ top: container.scrollHeight, left: 0, behavior: "smooth" }); container.scrollTo({ top: container.scrollHeight, left: 0, behavior: "smooth" });
this.resetShopList(); this.resetShopList();
this.selectedValue = "";
this.$refs.buttonQuestion.resetField();
}, },
immediate: true, immediate: true,
}, },