@builttocreate/engine-utils 2.3.2-beta.1.1 → 2.3.2-beta.1.2

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.
@@ -297,6 +297,7 @@ exports.getTemplateWithLookups = getTemplateWithLookups;
297
297
 
298
298
  var isFieldEmpty = function isFieldEmpty(fieldType, fieldValue, fieldOptions, fieldDisplayType, fieldColumnType) {
299
299
  var isEmpty = false;
300
+ if (fieldType === _FieldTypes["default"].block) return;
300
301
 
301
302
  if (fieldType === _FieldTypes["default"].text && (!fieldValue || fieldValue && fieldValue.replace(/\s+/g, '').length == 0)) {
302
303
  isEmpty = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builttocreate/engine-utils",
3
- "version": "2.3.2-beta.1.1",
3
+ "version": "2.3.2-beta.1.2",
4
4
  "description": "Utility library for common logic shared across web and mobile",
5
5
  "main": "dist/index.js",
6
6
  "files": [