From 9a7a764e743f054bc1319e757dae57d87722cd00 Mon Sep 17 00:00:00 2001 From: Mahen Date: Thu, 19 Feb 2026 11:52:37 +0700 Subject: [PATCH] chore: set descending model data order list --- src/app/dashboard/lib/actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }, });