Procházet zdrojové kódy

Change threshold in NearlyCompletedFunds

master
Jared před 1 rokem
rodič
revize
d038a9f52c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/views/AdminDashboardView.vue

+ 1
- 1
src/views/AdminDashboardView.vue Zobrazit soubor

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


Načítá se…
Zrušit
Uložit