ronds-metadata 1.0.45 → 1.0.46

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.
@@ -373,7 +373,7 @@ var Editable = function Editable(props) {
373
373
  index: index
374
374
  };
375
375
  }
376
- })), (type === 'multiple' || type === 'freedom') && /*#__PURE__*/React.createElement(_Button, {
376
+ })), (type === 'multiple' || type === 'freedom') && !readonly && /*#__PURE__*/React.createElement(_Button, {
377
377
  block: true,
378
378
  type: "dashed",
379
379
  style: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "ronds-metadata",
4
- "version": "1.0.45",
4
+ "version": "1.0.46",
5
5
  "scripts": {
6
6
  "start": "dumi dev",
7
7
  "docs:build": "dumi build",