PR comments.

This commit is contained in:
mike12345567 2023-10-06 12:56:07 +01:00
parent 6e6c5bc776
commit 18cca671d4
1 changed files with 1 additions and 1 deletions

View File

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