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.
@@ -1375,7 +1375,6 @@ function UIModal(_ref) {
1375
1375
  index = _useState2[0],
1376
1376
  setIndex = _useState2[1];
1377
1377
  //v1
1378
- console.log(modalVisible);
1379
1378
  var label = scope.getLabel();
1380
1379
  var theme = scope.getTheme();
1381
1380
  var headerStyle = reactCrudUtils.Utils.nvl((_theme$styles = theme.styles) == null || (_theme$styles = _theme$styles.defaults) == null ? void 0 : _theme$styles.header, {});
@@ -1420,6 +1419,7 @@ function UIModal(_ref) {
1420
1419
  var Content = function Content() {
1421
1420
  if (dialog != null && dialog.component) {
1422
1421
  var Aux = dialog == null ? void 0 : dialog.component;
1422
+ console.log(Aux);
1423
1423
  return /*#__PURE__*/jsxRuntime.jsx(Aux, {
1424
1424
  crud: curr
1425
1425
  }, curr.uuid);