Fix create admin & progress bar persentase

This commit is contained in:
2025-11-18 17:23:38 +08:00
parent 2608a5ffdd
commit b3c169a2d4
4 changed files with 18 additions and 18 deletions

View File

@@ -53,7 +53,7 @@ function normalizeItem(item: Partial<z.infer<typeof ApbdesItemSchema>>): z.infer
selisih,
persentase,
level: item.level || 1,
tipe: item.tipe || "pendapatan",
tipe: item.tipe, // biarkan null jika memang null
};
}