Fix external
This commit is contained in:
parent
28d5fe37de
commit
0053103974
|
@ -185,6 +185,10 @@
|
|||
|
||||
const getValidOperatorsForType = filter => {
|
||||
const fieldSchema = getSchema(filter)
|
||||
if (!fieldSchema) {
|
||||
return []
|
||||
}
|
||||
|
||||
const type =
|
||||
fieldSchema.type !== FieldType.BB_REFERENCE
|
||||
? field.type
|
||||
|
|
Loading…
Reference in New Issue