Преглед изворни кода

Change threshold in NearlyCompletedFunds

master
Jared пре 1 година
родитељ
комит
d038a9f52c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/views/AdminDashboardView.vue

+ 1
- 1
src/views/AdminDashboardView.vue Прегледај датотеку

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


Loading…
Откажи
Сачувај