mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Fixed issue with queries running twice.
This commit is contained in:
parent
2df67fbad9
commit
9950ecda82
3 changed files with 2 additions and 8 deletions
|
|
@ -24,7 +24,7 @@ export type ReportType = ObjectValues<typeof REPORT_TYPES>;
|
|||
|
||||
export interface PageParams {
|
||||
search?: string;
|
||||
page?: string;
|
||||
page?: string | number;
|
||||
pageSize?: string;
|
||||
orderBy?: string;
|
||||
sortDescending?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue