react-crud-mobile 1.3.246 → 1.3.247

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.
@@ -1412,7 +1412,6 @@ function UIModal(_ref) {
1412
1412
  };
1413
1413
  var curr = (_scope$currentDialog2 = scope.currentDialog) == null ? void 0 : _scope$currentDialog2.crud;
1414
1414
  var main = reactCrudUtils.ViewUtils.getCrud('view');
1415
- console.log(curr);
1416
1415
  if (!curr) {
1417
1416
  return /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {});
1418
1417
  }
@@ -2319,6 +2318,7 @@ function UIElement(props) {
2319
2318
  var parentScope = old.scope.parent;
2320
2319
  main.dialog = reactCrudUtils.Utils.nvl(old.parent, null);
2321
2320
  scope.currentDialog = null;
2321
+ console.log(scope);
2322
2322
  if ((_main$dialog = main.dialog) != null && (_main$dialog = _main$dialog.crud) != null && _main$dialog.scope) {
2323
2323
  var _main$dialog2;
2324
2324
  (_main$dialog2 = main.dialog) == null || _main$dialog2.crud.scope.update();