mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 06:34:15 +00:00
fix: make makeup options on submit form clearer
This commit is contained in:
parent
d0fe60067a
commit
9e712530b0
3 changed files with 22 additions and 45 deletions
|
|
@ -11,7 +11,7 @@ export default async function MiiList({ searchParams }: Props) {
|
|||
const parsed = searchSchema.safeParse(searchParams);
|
||||
if (!parsed.success) return <h1>{parsed.error.issues[0].message}</h1>;
|
||||
|
||||
const { page = 1, limit = 24 } = parsed.data;
|
||||
const { page = 1, limit = 100 } = parsed.data;
|
||||
|
||||
const skip = (page - 1) * limit;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue