From 77c93117609a31e0a1f653daf9f42b5766f5e63b Mon Sep 17 00:00:00 2001 From: jorgep Date: Wed, 28 Aug 2024 17:39:39 +0200 Subject: [PATCH] fix: refs #7524 use limit travels section --- src/pages/Travel/ExtraCommunityFilter.vue | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/pages/Travel/ExtraCommunityFilter.vue b/src/pages/Travel/ExtraCommunityFilter.vue index c51151451..a8bbde75b 100644 --- a/src/pages/Travel/ExtraCommunityFilter.vue +++ b/src/pages/Travel/ExtraCommunityFilter.vue @@ -20,7 +20,6 @@ const props = defineProps({ const warehousesOptions = ref([]); const continentsOptions = ref([]); const agenciesOptions = ref([]); -const suppliersOptions = ref([]); const warehousesByContinent = ref({}); const add = (paramsObj, key) => { @@ -76,12 +75,6 @@ warehouses(); @on-fetch="(data) => (agenciesOptions = data)" auto-load /> - -