react-crud-mobile 1.3.43 → 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() {