react-crud-mobile 1.3.29 → 1.3.30

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.
@@ -527,7 +527,9 @@ function UISelect(props) {
527
527
  color: modalColor
528
528
  };
529
529
  var onClick = function onClick(_ref) {
530
- var value = _ref.value;
530
+ var crud = _ref.crud,
531
+ value = _ref.value;
532
+ console.log(crud);
531
533
  var val = value;
532
534
  if (element.isObject && val != null && val.object) {
533
535
  scope.changeValue(val == null ? void 0 : val.object);