mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-27 11:01:14 +00:00
Update zip-download-dialog.js (#7625)
This commit is contained in:
parent
e60eb83c93
commit
de14104af6
@ -47,8 +47,10 @@ class ZipDownloadDialog extends React.Component {
|
||||
isLoading: false,
|
||||
errorMsg: '',
|
||||
zipToken: zipToken
|
||||
}, () => {
|
||||
this.queryZipProgress();
|
||||
});
|
||||
this.queryZipProgress();
|
||||
|
||||
interval = setInterval(this.queryZipProgress, 1000);
|
||||
}).catch((error) => {
|
||||
let errorMsg = Utils.getErrorMsg(error);
|
||||
|
Loading…
Reference in New Issue
Block a user