Pārlūkot izejas kodu

Change threshold in NearlyCompletedFunds

master
Jared pirms 1 gada
vecāks
revīzija
d038a9f52c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/views/AdminDashboardView.vue

+ 1
- 1
src/views/AdminDashboardView.vue Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt