Fix BBReferenceField search

This commit is contained in:
Adria Navarro 2025-03-04 11:25:45 +01:00
parent 3234af8998
commit bc125b3c22
1 changed files with 1 additions and 4 deletions

View File

@ -108,14 +108,11 @@
filter: SearchFilter[], filter: SearchFilter[],
linkedTableId?: string linkedTableId?: string
) => { ) => {
if (!linkedTableId) {
return undefined
}
const datasource = const datasource =
dsType === "table" dsType === "table"
? { ? {
type: dsType, type: dsType,
tableId: fieldSchema?.tableId!, tableId: linkedTableId!,
} }
: { : {
type: dsType, type: dsType,