Ver a proveniência

Change threshold in NearlyCompletedFunds

master
Jared há 1 ano
ascendente
cometimento
d038a9f52c
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/views/AdminDashboardView.vue

+ 1
- 1
src/views/AdminDashboardView.vue Ver ficheiro

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


Carregando…
Cancelar
Guardar