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 CHANGED
@@ -40562,7 +40562,7 @@ const TableBody = /*#__PURE__*/forwardRef(({
40562
40562
  style: {
40563
40563
  color: isDefine ? "#8B8989" : "inherit"
40564
40564
  }
40565
- }, value ?? "Define"), /*#__PURE__*/React$1.createElement(PencilButton, {
40565
+ }, value ? `$${value}` : "Define"), /*#__PURE__*/React$1.createElement(PencilButton, {
40566
40566
  onClick: e => {
40567
40567
  e.stopPropagation();
40568
40568
  handleEditableClick(row, column.key, value, rowIndex);