Tambahan filter data sesuai tahun, di landing page apbdes

This commit is contained in:
2025-12-01 17:11:24 +08:00
parent c03a6b3aed
commit dcf195f54f
7 changed files with 172 additions and 169 deletions

View File

@@ -361,6 +361,7 @@ function CreateAPBDes() {
data={[
{ value: 'pendapatan', label: 'Pendapatan' },
{ value: 'belanja', label: 'Belanja' },
{ value: 'pembiayaan', label: 'Pembiayaan' },
]}
value={newItem.level === 1 ? null : newItem.tipe}
onChange={(val) => setNewItem({ ...newItem, tipe: val as any })}