PR comments.
This commit is contained in:
parent
6e6c5bc776
commit
18cca671d4
|
@ -191,7 +191,7 @@
|
|||
}
|
||||
|
||||
const getValidOperatorsForType = filter => {
|
||||
if (!filter.field) {
|
||||
if (!filter?.field) {
|
||||
return []
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue