fix: task

Deskripsi:
- progress error
- data tugas kosong
- file kosong
- anggota kosong
- csv dimatiin
- modal konfirmasi loading

No Issues
This commit is contained in:
amel
2024-09-26 11:18:19 +08:00
parent 0afde113ac
commit b1a71d3d41
9 changed files with 30 additions and 22 deletions

View File

@@ -68,6 +68,9 @@ export async function GET(request: Request) {
idUser: true
}
}
},
orderBy: {
createdAt: "desc"
}
});