mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-10 19:32:25 +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,
|
isLoading: false,
|
||||||
errorMsg: '',
|
errorMsg: '',
|
||||||
zipToken: zipToken
|
zipToken: zipToken
|
||||||
|
}, () => {
|
||||||
|
this.queryZipProgress();
|
||||||
});
|
});
|
||||||
this.queryZipProgress();
|
|
||||||
interval = setInterval(this.queryZipProgress, 1000);
|
interval = setInterval(this.queryZipProgress, 1000);
|
||||||
}).catch((error) => {
|
}).catch((error) => {
|
||||||
let errorMsg = Utils.getErrorMsg(error);
|
let errorMsg = Utils.getErrorMsg(error);
|
||||||
|
Loading…
Reference in New Issue
Block a user