mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
updates to upload, move mock eventsource server into middleware
This commit is contained in:
@@ -37,8 +37,6 @@ const SingleUpload = () => {
|
||||
|
||||
const { LL } = useI18nContext();
|
||||
|
||||
console.log(progress); // TODO remove
|
||||
|
||||
const handleUploadClick = () => {
|
||||
inputRef.current?.click();
|
||||
};
|
||||
@@ -96,6 +94,7 @@ const SingleUpload = () => {
|
||||
</Box>
|
||||
|
||||
<Button
|
||||
sx={{ ml: 2 }}
|
||||
startIcon={<CancelIcon />}
|
||||
variant="outlined"
|
||||
color="secondary"
|
||||
|
||||
Reference in New Issue
Block a user