ronds-metadata 1.0.72 → 1.0.73

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.
@@ -236,8 +236,7 @@ var Editable = function Editable(props) {
236
236
  if (whiteColumn.findIndex(function (v) {
237
237
  return v === data.dataIndex;
238
238
  }) > -1) {
239
- _message.warning("".concat(data.dataIndex, "\u65E0\u6CD5\u5220\u9664"));
240
-
239
+ // message.warning(`${data.dataIndex}无法删除`);
241
240
  return;
242
241
  }
243
242
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.0.72",
4
+ "version": "1.0.73",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",