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

Sign up to get free protection for your applications and to get access to all the features.
package/dist/esm/index.js CHANGED
@@ -24609,9 +24609,8 @@ var NdcDetailsComponent = function (props) {
24609
24609
  React.createElement(SaveOutlined, null))),
24610
24610
  React.createElement(Tooltip, { title: "Cancel" },
24611
24611
  React.createElement(Typography.Link, { onClick: onEditCancel, style: { marginRight: 8 } },
24612
- React.createElement(ExclamationCircleOutlined, null))))) : (React.createElement(Tooltip, { title: "Edit" },
24613
- React.createElement(Typography.Link, { disabled: editingKey !== "", onClick: function () { return onEditRow(record); } },
24614
- React.createElement(EditOutlined, null))));
24612
+ React.createElement(ExclamationCircleOutlined, null))))) : (React.createElement(Typography.Link, { disabled: editingKey !== "", onClick: function () { return onEditRow(record); } },
24613
+ React.createElement(EditOutlined, null)));
24615
24614
  },
24616
24615
  },
24617
24616
  ];