react-crud-mobile 1.3.81 → 1.3.82

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,11 +1460,7 @@ function UIModal(props) {
1460
1460
  paddingTop: 10,
1461
1461
  paddingBottom: 10
1462
1462
  },
1463
- children: /*#__PURE__*/jsx(UIChildren, {
1464
- scope: scope,
1465
- crud: scope.currentDialog,
1466
- children: props.children
1467
- })
1463
+ children: props.children
1468
1464
  })
1469
1465
  }), bottom]
1470
1466
  }), /*#__PURE__*/jsx(UIToast, {})]