@panneau/field-upload 3.0.136 → 3.0.137

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.
package/es/index.js CHANGED
@@ -273,7 +273,6 @@ var UploadField = function UploadField(_ref) {
273
273
  }, [resourceModalOpen, setResourceModalOpen, setModalItems]);
274
274
  var onClickSelect = useCallback(function (newValue) {
275
275
  if (allowMultipleUploads) {
276
- console.log('newValue', newValue);
277
276
  if (newValue !== null && !isArray(newValue)) {
278
277
  var _ref2 = newValue || {},
279
278
  _ref2$id = _ref2.id,
package/lib/index.js CHANGED
@@ -277,7 +277,6 @@ var UploadField = function UploadField(_ref) {
277
277
  }, [resourceModalOpen, setResourceModalOpen, setModalItems]);
278
278
  var onClickSelect = React.useCallback(function (newValue) {
279
279
  if (allowMultipleUploads) {
280
- console.log('newValue', newValue);
281
280
  if (newValue !== null && !isArray(newValue)) {
282
281
  var _ref2 = newValue || {},
283
282
  _ref2$id = _ref2.id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/field-upload",
3
- "version": "3.0.136",
3
+ "version": "3.0.137",
4
4
  "description": "An Upload field",
5
5
  "keywords": [
6
6
  "javascript"
@@ -61,7 +61,7 @@
61
61
  "@panneau/element-button": "^3.0.136",
62
62
  "@panneau/element-label": "^3.0.136",
63
63
  "@panneau/element-media-card": "^3.0.136",
64
- "@panneau/list-resource-items": "^3.0.136",
64
+ "@panneau/list-resource-items": "^3.0.137",
65
65
  "@panneau/modal-dialog": "^3.0.136",
66
66
  "@panneau/modal-upload": "^3.0.136",
67
67
  "@panneau/themes": "^3.0.136",
@@ -82,5 +82,5 @@
82
82
  "publishConfig": {
83
83
  "access": "public"
84
84
  },
85
- "gitHead": "c9a3de330286a6cadd73651f1893adbbe090cd0e"
85
+ "gitHead": "15122b8a8fa0e7b58a45d235171bbedd2e935d30"
86
86
  }