mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 06:07:17 +01:00
Fixed user dropdown issue.
This commit is contained in:
parent
70a9ba4efb
commit
583d79859c
3 changed files with 7 additions and 6 deletions
|
|
@ -70,7 +70,8 @@ export async function getUsers(
|
|||
};
|
||||
|
||||
const [pageFilters, getParameters] = prisma.getPageFilters({
|
||||
orderBy: 'username',
|
||||
orderBy: 'createdAt',
|
||||
sortDescending: true,
|
||||
...params,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue