mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Merge 0b8b65c26b into 8cd3c03702
This commit is contained in:
commit
653a22c02b
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ export function DataGrid({
|
|||
(page: number) => {
|
||||
router.push(updateParams({ search, page }));
|
||||
},
|
||||
[search],
|
||||
[router, updateParams, search],
|
||||
);
|
||||
|
||||
const child = data ? (typeof children === 'function' ? children(data) : children) : null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue