react-crud-mobile 1.3.214 → 1.3.215
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 -1
- 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 -1
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIModal.tsx +2 -2
@@ -1366,7 +1366,6 @@ function UIModal(_ref) {
|
|
1366
1366
|
index = _useState2[0],
|
1367
1367
|
setIndex = _useState2[1];
|
1368
1368
|
//v1
|
1369
|
-
console.log(modalVisible);
|
1370
1369
|
var label = scope.getLabel();
|
1371
1370
|
var theme = scope.getTheme();
|
1372
1371
|
var headerStyle = Utils.nvl((_theme$styles = theme.styles) == null || (_theme$styles = _theme$styles.defaults) == null ? void 0 : _theme$styles.header, {});
|
@@ -1411,6 +1410,7 @@ function UIModal(_ref) {
|
|
1411
1410
|
var Content = function Content() {
|
1412
1411
|
if (dialog != null && dialog.component) {
|
1413
1412
|
var Aux = dialog == null ? void 0 : dialog.component;
|
1413
|
+
console.log(Aux);
|
1414
1414
|
return /*#__PURE__*/jsx(Aux, {
|
1415
1415
|
crud: curr
|
1416
1416
|
}, curr.uuid);
|