mario-core 2.9.406-feedback → 2.9.407-feedback

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.
package/dist/index.js CHANGED
@@ -49746,7 +49746,7 @@ var useCSVImportTab = function useCSVImportTab() {
49746
49746
  });
49747
49747
  var header = parsedData.meta.fields;
49748
49748
  var dataRows = parsedData.data;
49749
- var chunkSize = 30;
49749
+ var chunkSize = 10;
49750
49750
  var chunks = [];
49751
49751
 
49752
49752
  for (var _i = 0; _i < dataRows.length; _i += chunkSize) {