@panneau/form-resource 3.0.303 → 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.
- package/es/index.js +0 -1
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -337,7 +337,6 @@ var ResourceForm = function ResourceForm(_ref) {
|
|
|
337
337
|
formWithoutHeader = _ref6$withoutHeader === void 0 ? false : _ref6$withoutHeader,
|
|
338
338
|
_ref6$withoutContaine = _ref6.withoutContainer,
|
|
339
339
|
formWithoutContainer = _ref6$withoutContaine === void 0 ? false : _ref6$withoutContaine;
|
|
340
|
-
console.log('formComponent', formComponent, isModal, currentForm);
|
|
341
340
|
var finalFields = useMemo(function () {
|
|
342
341
|
return (formFields || defaultFields || resourceTypeFields || resourceFields).filter(function (_ref7) {
|
|
343
342
|
var _ref7$settings = _ref7.settings,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/form-resource",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.305",
|
|
4
4
|
"description": "Default resource forms",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "521edd614cc4b97cded057b83c5c1272a9563a6b"
|
|
68
68
|
}
|