mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
add website in team context, permissions, display non-deleted users
This commit is contained in:
parent
b885f57f40
commit
8da3811c73
7 changed files with 33 additions and 13 deletions
|
|
@ -48,7 +48,12 @@ export default async (
|
|||
|
||||
const users = await getTeamUsers(
|
||||
{
|
||||
where: { teamId },
|
||||
where: {
|
||||
teamId,
|
||||
user: {
|
||||
deletedAt: null,
|
||||
},
|
||||
},
|
||||
include: {
|
||||
user: {
|
||||
select: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue