Admin Job

Add:
- admin/job/[id]/reject-input

Fix:
- admin/job/[id]/[status]/index

Admin Event
Fix:
- admin/event/[id]/[status]/index

### No Issue
This commit is contained in:
2025-08-12 16:42:47 +08:00
parent 25884b64e7
commit c2f18948bf
3 changed files with 91 additions and 18 deletions

View File

@@ -166,8 +166,8 @@ export default function AdminEventDetail() {
AlertDefaultSystem({
title: "Publish",
message: "Apakah anda yakin ingin mempublikasikan data ini?",
textLeft: "Cancel",
textRight: "Publish",
textLeft: "Batal",
textRight: "Ya",
onPressLeft: () => {
router.back();
},
@@ -191,7 +191,6 @@ export default function AdminEventDetail() {
/>
)}
<Spacing />
<Spacing />
</ViewWrapper>
<DrawerCustom