diff --git a/src/views/AdminDashboardView.vue b/src/views/AdminDashboardView.vue index 1a8e17a..998b3c8 100644 --- a/src/views/AdminDashboardView.vue +++ b/src/views/AdminDashboardView.vue @@ -21,7 +21,7 @@ import { NearlyCompletedFund } from '@/api/types'; const nearlyCompletedFunds = ref([] as NearlyCompletedFund[]); -const threshold = 5000; +const threshold = 15000; const req = await getNearlyCompletedFunds(threshold); if (req?.funds) {