API Table Investasi Admin
This commit is contained in:
@@ -2,10 +2,10 @@ import { Admin_TableRejectInvestasi } from "@/app_modules/admin/investasi";
|
||||
import { adminInvestasi_funGetAllReject } from "@/app_modules/admin/investasi/fun/get/get_all_reject";
|
||||
|
||||
export default async function Page() {
|
||||
const dataInvestsi = await adminInvestasi_funGetAllReject({page: 1});
|
||||
// const dataInvestsi = await adminInvestasi_funGetAllReject({page: 1});
|
||||
return (
|
||||
<>
|
||||
<Admin_TableRejectInvestasi dataInvestsi={dataInvestsi as any} />
|
||||
<Admin_TableRejectInvestasi />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -2,10 +2,10 @@ import { Admin_TableReviewInvestasi } from "@/app_modules/admin/investasi";
|
||||
import { adminInvestasi_funGetAllReview } from "@/app_modules/admin/investasi/fun/get/get_all_review";
|
||||
|
||||
export default async function Page() {
|
||||
const dataInvestsi = await adminInvestasi_funGetAllReview({ page: 1 });
|
||||
// const dataInvestsi = await adminInvestasi_funGetAllReview({ page: 1 });
|
||||
return (
|
||||
<>
|
||||
<Admin_TableReviewInvestasi dataInvestsi={dataInvestsi as any} />
|
||||
<Admin_TableReviewInvestasi />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user