Sfoglia il codice sorgente

Change threshold in NearlyCompletedFunds

master
Jared 1 anno fa
parent
commit
d038a9f52c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/views/AdminDashboardView.vue

+ 1
- 1
src/views/AdminDashboardView.vue Vedi File

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


Caricamento…
Annulla
Salva