mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
Fix default page size.
This commit is contained in:
parent
6bd9916310
commit
36bae3f709
7 changed files with 11 additions and 7 deletions
|
|
@ -57,7 +57,7 @@ export default async (
|
|||
const data = await getReportsByUserId(userId, {
|
||||
page,
|
||||
filter,
|
||||
pageSize: +pageSize || null,
|
||||
pageSize: +pageSize || undefined,
|
||||
includeTeams: true,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue