refactor: change default size of modifications to 10

This commit is contained in:
2026-05-06 01:31:05 +08:00
parent 5803d057fd
commit 6e18d2efa9
+1 -1
View File
@@ -19,7 +19,7 @@ import ModificationEditModal from "@/components/modification-edit-modal"
import { useAppSelector } from "@/store" import { useAppSelector } from "@/store"
import { Modification } from "@/types" import { Modification } from "@/types"
const pageSize = 12 const pageSize = 10
export default function ModCodesPage() { export default function ModCodesPage() {
const user = useAppSelector((state) => state.auth.user) const user = useAppSelector((state) => state.auth.user)