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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user