@panneau/medias 3.0.266 → 3.0.267

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.
Files changed (2) hide show
  1. package/es/index.js +1 -0
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -596,6 +596,7 @@ function MediaForm(_ref) {
596
596
  types: [type],
597
597
  outline: false,
598
598
  closeAfterFinish: true,
599
+ disabled: deleting || trashing || updating || replacing,
599
600
  addButtonLabel: /*#__PURE__*/React.createElement(FormattedMessage, {
600
601
  id: "GxOBVL",
601
602
  defaultMessage: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "3.0.266",
3
+ "version": "3.0.267",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "81d03aa4380ed57dd5945951a7351fc7709da294"
77
+ "gitHead": "5fb924c64ba74edd9c96ff58f7f6b839b1ef1d3a"
78
78
  }