1
0
Fork 0
mirror of synced 2024-08-08 06:37:55 +12:00

PR comments.

This commit is contained in:
mike12345567 2023-10-06 12:56:07 +01:00
parent 6e6c5bc776
commit 18cca671d4

View file

@ -191,7 +191,7 @@
}
const getValidOperatorsForType = filter => {
if (!filter.field) {
if (!filter?.field) {
return []
}