Fix user cell search

This commit is contained in:
Adria Navarro 2025-01-02 16:04:17 +01:00
parent 46a132a220
commit aba5fbfd89
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
: RelationshipType.MANY_TO_MANY,
}
async function searchFunction(searchParams) {
async function searchFunction(_tableId, searchParams) {
if (
subtype !== BBReferenceFieldSubType.USER &&
subtype !== BBReferenceFieldSubType.USERS