Merge pull request #15284 from Budibase/fix-user-column-search

Fix user search
This commit is contained in:
Adria Navarro 2025-01-02 16:13:43 +01:00 committed by GitHub
commit 7d7a76fa25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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