mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 13:17:19 +01:00
clean-up edit forms, removed unused params
This commit is contained in:
parent
3277b65993
commit
74ea4f511e
4 changed files with 11 additions and 19 deletions
|
|
@ -21,7 +21,7 @@ async function findUser(
|
|||
...criteria,
|
||||
where: {
|
||||
...criteria.where,
|
||||
...(showDeleted && { delatedAt: null }),
|
||||
...(showDeleted && { deletedAt: null }),
|
||||
},
|
||||
select: {
|
||||
id: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue