Use proper search structure for users fetch in portal users page

This commit is contained in:
Andrew Kingston 2023-10-31 11:51:46 +00:00
parent fe60aced31
commit d5629bb4ec
1 changed files with 3 additions and 1 deletions

View File

@ -142,7 +142,9 @@
const updateFetch = email => {
fetch.update({
query: {
email: email || null,
string: {
email,
},
},
})
}