1
0
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:
Ranjiwei 2025-03-17 11:56:33 +08:00 committed by GitHub
parent e60eb83c93
commit de14104af6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);