From 9f36ed621c907abfe13ebd79ca41c56a7d04a628 Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Tue, 15 Jul 2025 14:12:37 -0400 Subject: [PATCH] Remove prop associated with focusOnZipInput --- .../service-location/shop-question/shop-question-popup.vue | 1 - 1 file changed, 1 deletion(-) 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 4a3ce6a57..0cc56663a 100644 --- a/src/layouts/service-location/shop-question/shop-question-popup.vue +++ b/src/layouts/service-location/shop-question/shop-question-popup.vue @@ -115,7 +115,6 @@ export default { answers: [], shopListButton: shopListButton, shopIndex: 0, - serviceZipCodeTextInputId: "", localShopProviderData: this.shopProviderData, selectedProviderNumber: null, isLoadingShops: false,