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