We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029eba5 commit 9035467Copy full SHA for 9035467
packages/ui/src/elements/WhereBuilder/Condition/index.tsx
@@ -120,7 +120,7 @@ export const Condition: React.FC<Props> = (props) => {
120
type: 'client',
121
Component: Select,
122
}
123
- : internalField.Filter || {
+ : internalField?.Filter || {
124
125
Component: valueFields?.[internalField?.field?.type] || Text,
126
0 commit comments