Przeglądaj źródła

Change threshold in NearlyCompletedFunds

master
Jared 1 rok temu
rodzic
commit
d038a9f52c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/views/AdminDashboardView.vue

+ 1
- 1
src/views/AdminDashboardView.vue Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz