ソースを参照

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


読み込み中…
キャンセル
保存