ronds-metadata 1.0.31 → 1.0.32

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.
@@ -106,8 +106,6 @@ var MetadataEdit = function MetadataEdit(props) {
106
106
  };
107
107
 
108
108
  var onAddFields = function onAddFields(index) {
109
- debugger;
110
-
111
109
  if (index === -1) {
112
110
  var _id = form.getFieldValue('id');
113
111
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.0.31",
4
+ "version": "1.0.32",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",