|
@@ -1,21 +0,0 @@
|
|
|
-import { Snackbar, Paper } from '@mui/material';
|
|
|
-import React from 'react';
|
|
|
-import { UploadProgressHeader } from './header';
|
|
|
-export function MinimizedUploadProgress(props) {
|
|
|
- return (
|
|
|
- <Snackbar
|
|
|
- action={<></>}
|
|
|
- open={true}
|
|
|
- anchorOrigin={{
|
|
|
- horizontal: 'right',
|
|
|
- vertical: 'bottom',
|
|
|
- }}>
|
|
|
- <Paper
|
|
|
- sx={{
|
|
|
- width: '360px',
|
|
|
- }}>
|
|
|
- <UploadProgressHeader {...props} />
|
|
|
- </Paper>
|
|
|
- </Snackbar>
|
|
|
- );
|
|
|
-}
|