mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
reorder upload and download, fix minor issues
This commit is contained in:
@@ -103,7 +103,7 @@ const SingleUpload = () => {
|
||||
)}
|
||||
</>
|
||||
) : (
|
||||
<DragNdrop onFileSelected={setFile} width="340px" height="140px" />
|
||||
<DragNdrop onFileSelected={setFile} />
|
||||
)}
|
||||
|
||||
{md5 && (
|
||||
|
||||
Reference in New Issue
Block a user