sag_components 2.0.0-beta227 → 2.0.0-beta228
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -40572,7 +40572,7 @@ const TableBody = /*#__PURE__*/React$1.forwardRef(({
|
|
|
40572
40572
|
style: {
|
|
40573
40573
|
color: isDefine ? "#8B8989" : "inherit"
|
|
40574
40574
|
}
|
|
40575
|
-
}, value
|
|
40575
|
+
}, value ? `$${value}` : "Define"), /*#__PURE__*/React__default["default"].createElement(PencilButton, {
|
|
40576
40576
|
onClick: e => {
|
|
40577
40577
|
e.stopPropagation();
|
|
40578
40578
|
handleEditableClick(row, column.key, value, rowIndex);
|