react-crud-mobile 1.3.209 → 1.3.210

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.
@@ -2269,8 +2269,8 @@ function UIElement(props) {
2269
2269
  scope.currentDialog = dialog;
2270
2270
  dialogScope.currentDialog = dialog;
2271
2271
  dialogScope.toggleDialog(true);
2272
- scope.update();
2273
- scope.updaters.container == null || scope.updaters.container();
2272
+ setIndex(++index);
2273
+ //scope.updaters.container?.();
2274
2274
  };
2275
2275
  scope.dialogHide = function (args) {
2276
2276
  var _main$dialog;