1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

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

View file

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