fix: check errors

This commit is contained in:
Arman
2025-05-14 10:39:53 +02:00
parent ba5d70a989
commit 06c26cc878
@@ -111,6 +111,7 @@
<Upload.List
files={Array.from(files).map((f) => {
return {
...f,
size: f.size,
name: f.name,
removable: true,