react-crud-mobile 1.3.218 → 1.3.219
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/dist/react-crud-mobile.cjs.development.js +1 -0
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +1 -0
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIModal.tsx +2 -0
@@ -1471,6 +1471,7 @@ function UIModal(_ref) {
|
|
1471
1471
|
});
|
1472
1472
|
};
|
1473
1473
|
var content = /*#__PURE__*/jsxRuntime.jsx(Content, {});
|
1474
|
+
console.log(content);
|
1474
1475
|
if (original["transient"]) {
|
1475
1476
|
return /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
|
1476
1477
|
style: style('modalSafe'),
|