Use proper search structure for users fetch in portal users page
This commit is contained in:
parent
fe60aced31
commit
d5629bb4ec
|
@ -142,7 +142,9 @@
|
|||
const updateFetch = email => {
|
||||
fetch.update({
|
||||
query: {
|
||||
email: email || null,
|
||||
string: {
|
||||
email,
|
||||
},
|
||||
},
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue