Integrasi API: Event Type

Add:
- utils/colorActivationForBadge.ts

Fix:
- app/(application)/admin/event/type-create.tsx
- app/(application)/admin/event/type-of-event.tsx
- app/(application)/admin/event/type-update.tsx
- service/api-admin/api-admin-event.ts
- service/api-admin/api-master-admin.ts
- service/api-client/api-event.ts

### No Issue
This commit is contained in:
2025-10-24 16:22:45 +08:00
parent 1e0b72de22
commit 1bcd1a044f
7 changed files with 304 additions and 77 deletions

View File

@@ -58,3 +58,5 @@ export async function apiAdminEventListOfParticipants({ id }: { id: string }) {
throw error;
}
}