@budibase/shared-core 3.2.26 → 3.2.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -22246,7 +22246,7 @@ var ColumnSplitter = class {
22246
22246
  }
22247
22247
  };
22248
22248
  function buildCondition(filter) {
22249
- if (!filter) {
22249
+ if (!filter || !filter?.operator || !filter?.field) {
22250
22250
  return;
22251
22251
  }
22252
22252
  const query = {};