matrix_components 2.0.410 → 2.0.411

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.
@@ -58639,6 +58639,7 @@ const useFileUpload = (state, uploadKey = "filesDetail") => {
58639
58639
  }
58640
58640
  fileList.forEach((item) => {
58641
58641
  arr.push({
58642
+ ...item,
58642
58643
  fileName: item.response ? item.response.data.fileName : item.fileName,
58643
58644
  filePath: item.response ? item.response.data.filePath : item.filePath,
58644
58645
  fileSize: item.response ? item.response.data.fileSize : item.fileSize