update default links page size to 10

pull/3/head
TZGyn 2 years ago
parent b531803db4
commit 6ad56232bc
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -17,7 +17,7 @@ export const load = (async (event) => {
}
if (isNaN(perPage)) {
perPage = 20
perPage = 10
}
let project_id: number | undefined

Loading…
Cancel
Save