@budibase/shared-core 3.2.25 → 3.2.27
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 +1 -1
- package/dist/index.js.map +2 -2
- package/dist/index.js.meta.json +1 -1
- package/package.json +4 -15
- package/dist/tsconfig.tsbuildinfo +0 -1
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 = {};
|