Commenting

This commit is contained in:
Adria Navarro 2023-09-20 10:43:15 +02:00
parent af499412cf
commit 35f1513e40
1 changed files with 2 additions and 0 deletions

View File

@ -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,