소스 검색

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


불러오는 중...
취소
저장