react-crud-mobile 1.3.8 → 1.3.9

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.
@@ -1351,6 +1351,7 @@ function UIModal(props) {
1351
1351
  };
1352
1352
  scope.dialogShow = function (args) {
1353
1353
  var crud = args.crud;
1354
+ console.log(index);
1354
1355
  var name = scope.getName('modal');
1355
1356
  var edit = args.edit === true;
1356
1357
  var def = {};