@panneau/modal-resource-form 3.0.300 → 3.0.305

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 +2 -1
  2. package/package.json +3 -3
package/es/index.js CHANGED
@@ -66,7 +66,8 @@ var ModalResourceForm = function ModalResourceForm(_ref) {
66
66
  resource: resource,
67
67
  type: type,
68
68
  item: item,
69
- onSuccess: onSuccess
69
+ onSuccess: onSuccess,
70
+ isModal: true
70
71
  }));
71
72
  };
72
73
  ModalResourceForm.propTypes = propTypes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/modal-resource-form",
3
- "version": "3.0.300",
3
+ "version": "3.0.305",
4
4
  "description": "Resource form modal",
5
5
  "keywords": [
6
6
  "javascript"
@@ -50,7 +50,7 @@
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.12.5",
52
52
  "@panneau/core": "^3.0.300",
53
- "@panneau/form-resource": "^3.0.300",
53
+ "@panneau/form-resource": "^3.0.305",
54
54
  "@panneau/intl": "^3.0.300",
55
55
  "@panneau/modal-dialog": "^3.0.300",
56
56
  "@panneau/themes": "^3.0.300",
@@ -62,5 +62,5 @@
62
62
  "publishConfig": {
63
63
  "access": "public"
64
64
  },
65
- "gitHead": "129cddc67f11d3d51bc309af4c161ed027ad425f"
65
+ "gitHead": "521edd614cc4b97cded057b83c5c1272a9563a6b"
66
66
  }