mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Fixed paging in events/sessions.
This commit is contained in:
parent
8c26e310f7
commit
465a03f987
9 changed files with 26 additions and 19 deletions
|
|
@ -50,7 +50,6 @@ export const pagingParams = {
|
|||
|
||||
export const sortingParams = {
|
||||
orderBy: z.string().optional(),
|
||||
sortDescending: z.string().optional(),
|
||||
};
|
||||
|
||||
export const userRoleParam = z.enum(['admin', 'user', 'view-only']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue