1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

[shared dir view] redesigned the 'file upload' dialog (#6010)

This commit is contained in:
llj
2024-04-07 22:16:08 +08:00
committed by GitHub
parent 4d33c2aca3
commit 48c0d96df8
6 changed files with 106 additions and 79 deletions

View File

@@ -16,6 +16,7 @@ const propTypes = {
onUploadCancel: PropTypes.func.isRequired,
onUploadRetry: PropTypes.func.isRequired,
onUploadRetryAll: PropTypes.func.isRequired,
isUploading : PropTypes.bool.isRequired
};
class UploadProgressDialog extends React.Component {