react-crud-mobile 1.3.216 → 1.3.217

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.
@@ -1460,6 +1460,11 @@ function UIModal(_ref) {
1460
1460
  var Content = function Content() {
1461
1461
  if (dialog != null && dialog.component) {
1462
1462
  var Aux = dialog == null ? void 0 : dialog.component;
1463
+ var x = Aux({
1464
+ crud: dialog.crud,
1465
+ scope: dialog.scope
1466
+ });
1467
+ console.log(x);
1463
1468
  return /*#__PURE__*/jsxRuntime.jsx(Aux, {
1464
1469
  crud: curr
1465
1470
  }, curr.uuid);