From 0dc95ca3a08f867ea9a86184b1e501783befaba8 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Tue, 7 May 2024 11:35:41 +0200 Subject: [PATCH] fix: VnSelectFilter --- .../CustomerNotificationsCampaignConsumption.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Customer/Notifications/CustomerNotificationsCampaignConsumption.vue b/src/pages/Customer/Notifications/CustomerNotificationsCampaignConsumption.vue index 5a4c63925..6d8e00966 100644 --- a/src/pages/Customer/Notifications/CustomerNotificationsCampaignConsumption.vue +++ b/src/pages/Customer/Notifications/CustomerNotificationsCampaignConsumption.vue @@ -5,7 +5,7 @@ import axios from 'axios'; import useNotify from 'src/composables/useNotify'; import { useValidator } from 'src/composables/useValidator'; import VnRow from 'components/ui/VnRow.vue'; -import VnSelectFilter from 'components/common/VnSelectFilter.vue'; +import VnSelect from 'components/common/VnSelect.vue'; import VnInputDate from 'components/common/VnInputDate.vue'; import FetchData from 'src/components/FetchData.vue'; import { watch } from 'vue'; @@ -100,7 +100,7 @@ onMounted(async () => { {{ t('Campaign consumption') }} -