react-crud-mobile 1.3.224 → 1.3.225

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.
@@ -2268,7 +2268,8 @@ function UIElement(props) {
2268
2268
  parent: parent,
2269
2269
  component: component,
2270
2270
  scope: dialogScope,
2271
- close: close
2271
+ close: close,
2272
+ props: event.props
2272
2273
  };
2273
2274
  main.dialog = dialog;
2274
2275
  scope.toggleDialog(true);