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.
@@ -2259,7 +2259,8 @@ function UIElement(props) {
2259
2259
  parent: parent,
2260
2260
  component: component,
2261
2261
  scope: dialogScope,
2262
- close: close
2262
+ close: close,
2263
+ props: event.props
2263
2264
  };
2264
2265
  main.dialog = dialog;
2265
2266
  scope.toggleDialog(true);