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