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.
@@ -2278,8 +2278,8 @@ function UIElement(props) {
2278
2278
  scope.currentDialog = dialog;
2279
2279
  dialogScope.currentDialog = dialog;
2280
2280
  dialogScope.toggleDialog(true);
2281
- scope.update();
2282
- scope.updaters.container == null || scope.updaters.container();
2281
+ setIndex(++index);
2282
+ //scope.updaters.container?.();
2283
2283
  };
2284
2284
  scope.dialogHide = function (args) {
2285
2285
  var _main$dialog;