Add Layout Kontak Darurat - Admin Menu Keamanan

This commit is contained in:
2025-09-11 12:15:40 +08:00
parent a9d98895bb
commit 6a7bd386ae
42 changed files with 2973 additions and 1257 deletions

View File

@@ -28,8 +28,8 @@ async function desaAntiKorupsiFindMany(context: Context) {
kategori: true,
file: true,
},
skip,
take: limit,
skip: limit === 0 ? undefined : skip,
take: limit === 0 ? undefined : limit,
orderBy: { name: "asc" }, // opsional, kalau mau urut berdasarkan waktu
}),
prisma.desaAntiKorupsi.count({