Parcourir la source

Change threshold in NearlyCompletedFunds

master
Jared il y a 1 an
Parent
révision
d038a9f52c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/views/AdminDashboardView.vue

+ 1
- 1
src/views/AdminDashboardView.vue Voir le fichier

@@ -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) {


Chargement…
Annuler
Enregistrer