|
{e?.Author?.Profile?.name}
|
{e?.title}
|
{e?.ProjectCollaborationMaster_Industri.name}
|
{e?.ProjectCollaboration_Partisipasi.length}
|
}
loaderPosition="center"
radius={"xl"}
color="green"
onClick={() => {
setLoading(true);
setIdData(e?.id);
router.push(RouterAdminColab.detail_publish + `${e?.id}`);
}}
>
Detail
|
));
}
// async function onReport() {
// if (report === "")
// return ComponentGlobal_NotifikasiPeringatan("Lengkapi Alasan Report");
// await adminColab_funReportProjectById({
// colabId: idData,
// report: report,
// }).then(async (res) => {
// if (res.status === 200) {
// const newData = await adminColab_getListAllPublish({
// page: activePage,
// });
// setActivePage(activePage);
// setData(newData.data as any);
// setNPage(newData.nPage);
// setOpenReject(false);
// ComponentGlobal_NotifikasiBerhasil(res.message);
// } else {
// ComponentGlobal_NotifikasiPeringatan(res.message);
// }
// });
// }
return (
<>