mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
push to websites on login, css fix for teams screens
This commit is contained in:
parent
1c7f9da320
commit
5767208d8c
4 changed files with 6 additions and 3 deletions
|
|
@ -41,6 +41,9 @@ export async function GET(request: Request, { params }: { params: Promise<{ team
|
|||
},
|
||||
},
|
||||
},
|
||||
orderBy: {
|
||||
createdAt: 'asc',
|
||||
},
|
||||
},
|
||||
filters,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue