@evoke-platform/ui-components 1.1.0-testing.13 → 1.1.0-testing.14

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.
@@ -394,8 +394,7 @@ const CriteriaBuilder = (props) => {
394
394
  setCriteria(newCriteria);
395
395
  }
396
396
  else {
397
- if (q.rules.length === 0)
398
- setCriteria(undefined);
397
+ setCriteria(undefined);
399
398
  }
400
399
  };
401
400
  const fields = useMemo(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/ui-components",
3
- "version": "1.1.0-testing.13",
3
+ "version": "1.1.0-testing.14",
4
4
  "description": "",
5
5
  "main": "dist/published/index.js",
6
6
  "module": "dist/published/index.js",