Progress Admin

This commit is contained in:
2025-01-16 17:42:36 +08:00
parent 4374def1e9
commit 01f5f32818
15 changed files with 285 additions and 40 deletions

View File

@@ -202,7 +202,6 @@ function TableStatus({ listPublish }: { listPublish: any }) {
e.id === eventId ? (loading === true ? true : false) : false
}
color={"green"}
leftIcon={<IconCircleCheck />}
radius={"xl"}
onClick={async () => {
setEventId(e.id);
@@ -210,7 +209,7 @@ function TableStatus({ listPublish }: { listPublish: any }) {
router.push(RouterAdminEvent.detail_peserta + e.id);
}}
>
Lihat Peserta
Detail
</Button>
</td>
</tr>