react-crud-mobile 1.3.200 → 1.3.202

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.
@@ -1007,7 +1007,7 @@ function UIList(props) {
1007
1007
  }) == null ? void 0 : _repeat$list[original.type];
1008
1008
  var add = reactCrudUtils.ComponentUtils.getDefine(props, 'add');
1009
1009
  var hideAddWhenEmpty = original.hideAddWhenEmpty;
1010
- //v1
1010
+ //v2
1011
1011
  var getStyle = function getStyle(key, extra) {
1012
1012
  return scope.getStyle(key, _extends({}, extra, styles[key]));
1013
1013
  };