react-crud-mobile 1.3.91 → 1.3.92

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.91",
2
+ "version": "1.3.92",
3
3
  "license": "MIT",
4
4
  "description": "Uma biblioteca de componentes para React Native",
5
5
  "main": "dist/index.js",
@@ -99,7 +99,7 @@ export default function UIModal({
99
99
  };
100
100
 
101
101
  scope.dialogHide = (args?: MethodType) => {
102
- let old = scope.currentDialog;
102
+ let old = scope.currentDialog?.crud;
103
103
 
104
104
  main.dialog = Utils.nvl(old.dialog, null);
105
105
  scope.currentDialog = null;