diff --git a/src/components/FacilityShopifyMappingModal.vue b/src/components/FacilityShopifyMappingModal.vue index d8bf7aa3..0e38b3f9 100644 --- a/src/components/FacilityShopifyMappingModal.vue +++ b/src/components/FacilityShopifyMappingModal.vue @@ -116,7 +116,8 @@ export default defineComponent({ props: ["shopifyFacilityMapping", "type"], async mounted() { this.shopifyLocationId = this.shopifyFacilityMapping?.shopifyLocationId - await this.fetchShopifyShops() + await this.fetchShopifyShops() + this.shopId = this.shopifyShops[0]?.shopId }, methods: { closeModal() {