@builttocreate/engine-utils 1.17.2-rc4 → 1.17.2-rc6

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.
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports["default"] = void 0;
7
7
  var text = 'text';
8
8
  var dropdown = 'dropdown';
9
- var image = 'dropdown';
9
+ var image = 'image';
10
10
  var _default = {
11
11
  text: text,
12
12
  dropdown: dropdown,
@@ -626,7 +626,7 @@ var generateTableLookup = function generateTableLookup(rows, columns) {
626
626
  if (cellValue && column.type === _FieldTableColumnTypes["default"].dropdown) {
627
627
  tableLookup[cellKey] = columnOptionsLookup[column._id][cellValue];
628
628
  } else if (cellValue && column.type === _FieldTableColumnTypes["default"].image) {
629
- tableLookup[cellKey] = columnOptionsLookup[column._id][cellRawValue];
629
+ tableLookup[cellKey] = cellRawValue;
630
630
  } else if (cellValue && formulaCell && containsOperands) {
631
631
  formulaCells.push(cellKey);
632
632
  tableLookup[cellKey] = cellValue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builttocreate/engine-utils",
3
- "version": "1.17.2-rc4",
3
+ "version": "1.17.2-rc6",
4
4
  "description": "Utility library for common logic shared across web and mobile",
5
5
  "main": "dist/index.js",
6
6
  "files": [