refactor: change the modification display order
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user