@undp/carbon-library 1.0.156 → 1.0.158-CARBON-343.0

Sign up to get free protection for your applications and to get access to all the features.
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
  ];