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, page: page - 1,
size: pageSize, size: pageSize,
sortBy: "id", sortBy: "id",
direction: "ASC", direction: "DESC",
firearmId, firearmId,
tags: selectedTags, tags: selectedTags,
}).then((pagedData) => { }).then((pagedData) => {