1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-14 14:21:23 +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

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