🚨(react) fix lint issues

Fix the lint for the recent commits.
This commit is contained in:
Nathan Vasse
2025-09-23 15:30:39 +02:00
committed by NathanVss
parent 587e782e61
commit 87dbf922df
35 changed files with 125 additions and 106 deletions

View File

@@ -45,7 +45,7 @@ export const FileUploaderMulti = ({
"components.forms.file_uploader.delete_file_name",
{
name: file.name,
}
},
)}
onClick={() => {
setFiles(files.filter((f) => f !== file));