updates to upload, move mock eventsource server into middleware

This commit is contained in:
proddy
2024-08-15 09:59:08 +02:00
parent 5a058746bb
commit 4e640a0abe
8 changed files with 89 additions and 754 deletions

View File

@@ -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"