react-crud-mobile 1.3.44 → 1.3.45

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.
@@ -513,7 +513,6 @@ function UISelect(props) {
513
513
  var items = reactCrudUtils.Utils.nvl(scope.getOptions(), []);
514
514
  var placeholder = scope.attr('placeholder', 'Selecione...');
515
515
  var value = scope.getDisplayValue();
516
- var main = reactCrudUtils.ViewUtils.getCrud('view');
517
516
  var theme = scope.getTheme();
518
517
  var headerStyle = reactCrudUtils.Utils.nvl((_theme$styles = theme.styles) == null || (_theme$styles = _theme$styles.defaults) == null ? void 0 : _theme$styles.header, {});
519
518
  var handlePress = function handlePress() {
@@ -547,7 +546,6 @@ function UISelect(props) {
547
546
  React.useEffect(function () {
548
547
  MobileUtils.syncTheme();
549
548
  }, [modalVisible]);
550
- console.log(scope.original);
551
549
  return /*#__PURE__*/jsxRuntime.jsxs(reactNative.View, {
552
550
  style: style('selectRoot'),
553
551
  children: [/*#__PURE__*/jsxRuntime.jsxs(reactNative.TouchableOpacity, {