diff --git a/src/layouts/service-location/shop-question/shop-question-popup.vue b/src/layouts/service-location/shop-question/shop-question-popup.vue index 8da621b86..239632e8b 100644 --- a/src/layouts/service-location/shop-question/shop-question-popup.vue +++ b/src/layouts/service-location/shop-question/shop-question-popup.vue @@ -252,7 +252,8 @@ export default { onModalClosed() { this.resetAlerts(); }, - async onSearchZip() { + async onSearchZip(event) { + event.preventDefault(); this.resetAlerts(); const zipCodeData = await this.getZipCodeData( this.newZipCode,