Fixed user dropdown issue.

This commit is contained in:
Mike Cao 2024-01-16 14:19:44 -08:00
parent 70a9ba4efb
commit 583d79859c
3 changed files with 7 additions and 6 deletions

View file

@ -70,7 +70,8 @@ export async function getUsers(
};
const [pageFilters, getParameters] = prisma.getPageFilters({
orderBy: 'username',
orderBy: 'createdAt',
sortDescending: true,
...params,
});