reorder upload and download, fix minor issues

This commit is contained in:
proddy
2024-08-15 16:23:21 +02:00
parent e0765f1c5b
commit b1d5d07cab
18 changed files with 150 additions and 194 deletions

View File

@@ -103,7 +103,7 @@ const SingleUpload = () => {
)}
</>
) : (
<DragNdrop onFileSelected={setFile} width="340px" height="140px" />
<DragNdrop onFileSelected={setFile} />
)}
{md5 && (