From 5502643466a4c7638b8427c910041e80bd938165 Mon Sep 17 00:00:00 2001 From: zihluwang Date: Sun, 10 May 2026 13:30:51 +0800 Subject: [PATCH] refactor: change the modification display order --- src/page/mod-codes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/mod-codes/index.tsx b/src/page/mod-codes/index.tsx index e3afcd1..9ad08cd 100644 --- a/src/page/mod-codes/index.tsx +++ b/src/page/mod-codes/index.tsx @@ -56,7 +56,7 @@ export default function ModCodesPage() { page: page - 1, size: pageSize, sortBy: "id", - direction: "ASC", + direction: "DESC", firearmId, tags: selectedTags, }).then((pagedData) => {