diff --git a/src/app/dashboard/lib/actions.ts b/src/app/dashboard/lib/actions.ts index ea8b1ed..45eb174 100644 --- a/src/app/dashboard/lib/actions.ts +++ b/src/app/dashboard/lib/actions.ts @@ -17,7 +17,7 @@ export const getClassificationReport = async () => { isActive: true, }, orderBy: { - createdAt: "asc", + createdAt: "desc", }, });