@undp/carbon-library 1.0.156 → 1.0.157

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/cjs/index.js CHANGED
@@ -24629,8 +24629,9 @@ var NdcDetailsComponent = function (props) {
24629
24629
  React.createElement(icons.SaveOutlined, null))),
24630
24630
  React.createElement(antd.Tooltip, { title: "Cancel" },
24631
24631
  React.createElement(antd.Typography.Link, { onClick: onEditCancel, style: { marginRight: 8 } },
24632
- React.createElement(icons.ExclamationCircleOutlined, null))))) : (React.createElement(antd.Typography.Link, { disabled: editingKey !== "", onClick: function () { return onEditRow(record); } },
24633
- React.createElement(icons.EditOutlined, null)));
24632
+ React.createElement(icons.ExclamationCircleOutlined, null))))) : (React.createElement(antd.Tooltip, { title: "Edit" },
24633
+ React.createElement(antd.Typography.Link, { disabled: editingKey !== "", onClick: function () { return onEditRow(record); } },
24634
+ React.createElement(icons.EditOutlined, null))));
24634
24635
  },
24635
24636
  },
24636
24637
  ];