Fix: Event

Deskripsi:
- Fix database event
- Fix style detal
This commit is contained in:
2024-11-29 16:15:54 +08:00
parent 517b2bb9b0
commit 45279cd37f
36 changed files with 714 additions and 611 deletions

View File

@@ -6,6 +6,8 @@ export interface MODEL_EVENT {
title: string;
lokasi: string;
tanggal: Date;
tanggalSelesai: Date;
isArsip: boolean;
deskripsi: string;
active: boolean;
createdAt: Date;