@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.
package/dist/tableHelper.js
CHANGED
|
@@ -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] =
|
|
629
|
+
tableLookup[cellKey] = cellRawValue;
|
|
630
630
|
} else if (cellValue && formulaCell && containsOperands) {
|
|
631
631
|
formulaCells.push(cellKey);
|
|
632
632
|
tableLookup[cellKey] = cellValue;
|