diff --git a/apps/dashboard/app/(app)/audit/[bucket]/page.tsx b/apps/dashboard/app/(app)/audit/[bucket]/page.tsx index e6114ff6e1..237c2af876 100644 --- a/apps/dashboard/app/(app)/audit/[bucket]/page.tsx +++ b/apps/dashboard/app/(app)/audit/[bucket]/page.tsx @@ -82,7 +82,7 @@ export default async function AuditPage(props: Props) { with: { targets: true, }, - orderBy: (table, { asc }) => asc(table.id), + orderBy: (table, { desc }) => desc(table.time), limit: 100, }, },