refactor: change the modification display order

This commit is contained in:
2026-05-10 13:30:51 +08:00
parent 5790750124
commit 5502643466
+1 -1
View File
@@ -56,7 +56,7 @@ export default function ModCodesPage() {
page: page - 1,
size: pageSize,
sortBy: "id",
direction: "ASC",
direction: "DESC",
firearmId,
tags: selectedTags,
}).then((pagedData) => {