Fix external

This commit is contained in:
Adria Navarro 2023-10-03 15:41:00 +02:00
parent 28d5fe37de
commit 0053103974
1 changed files with 4 additions and 0 deletions

View File

@ -185,6 +185,10 @@
const getValidOperatorsForType = filter => {
const fieldSchema = getSchema(filter)
if (!fieldSchema) {
return []
}
const type =
fieldSchema.type !== FieldType.BB_REFERENCE
? field.type