Fix BBReferenceField search
This commit is contained in:
parent
3234af8998
commit
bc125b3c22
|
@ -108,14 +108,11 @@
|
|||
filter: SearchFilter[],
|
||||
linkedTableId?: string
|
||||
) => {
|
||||
if (!linkedTableId) {
|
||||
return undefined
|
||||
}
|
||||
const datasource =
|
||||
dsType === "table"
|
||||
? {
|
||||
type: dsType,
|
||||
tableId: fieldSchema?.tableId!,
|
||||
tableId: linkedTableId!,
|
||||
}
|
||||
: {
|
||||
type: dsType,
|
||||
|
|
Loading…
Reference in New Issue