mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
int issue in dashboard
This commit is contained in:
parent
eca6b069f6
commit
8c29f2ca25
2 changed files with 3 additions and 3 deletions
|
|
@ -55,7 +55,7 @@ export function DashboardPage() {
|
|||
limit={pageSize}
|
||||
/>
|
||||
<Pager
|
||||
page={page}
|
||||
page={Number(page) || 1}
|
||||
pageSize={pageSize}
|
||||
count={result?.count}
|
||||
onPageChange={handlePageChange}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue