react-crud-mobile 1.3.88 → 1.3.90

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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.88",
2
+ "version": "1.3.90",
3
3
  "license": "MIT",
4
4
  "description": "Uma biblioteca de componentes para React Native",
5
5
  "main": "dist/index.js",
@@ -534,7 +534,6 @@ export default function UIElement(props: ElementType) {
534
534
 
535
535
  {scope.currentDialog?.component && (
536
536
  <UIModal
537
- {...props}
538
537
  scope={scope}
539
538
  crud={scope.currentDialog?.crud}
540
539
  open
@@ -34,7 +34,7 @@ export default function UIModal({
34
34
  let [modalVisible, setModalVisible] = useState(open === true);
35
35
  let [index, setIndex] = useState(0);
36
36
  let main = ViewUtils.getCrud('view');
37
- //v5
37
+ //v6
38
38
 
39
39
  const label = scope.getLabel();
40
40
  const theme = scope.getTheme();