Commenting
This commit is contained in:
parent
af499412cf
commit
35f1513e40
|
@ -20,6 +20,8 @@
|
||||||
const results = await API.searchUsers({
|
const results = await API.searchUsers({
|
||||||
...searchParams,
|
...searchParams,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// Mapping to the expected data within RelationshipCell
|
||||||
return {
|
return {
|
||||||
...results,
|
...results,
|
||||||
data: undefined,
|
data: undefined,
|
||||||
|
|
Loading…
Reference in New Issue