diff --git a/web/ASC.Web.Client/src/components/pages/Settings/categories/data-management/AutomaticBackup.js b/web/ASC.Web.Client/src/components/pages/Settings/categories/data-management/AutomaticBackup.js index 1469e71ca8..7a43cd362e 100644 --- a/web/ASC.Web.Client/src/components/pages/Settings/categories/data-management/AutomaticBackup.js +++ b/web/ASC.Web.Client/src/components/pages/Settings/categories/data-management/AutomaticBackup.js @@ -245,7 +245,8 @@ class AutomaticBackup extends React.PureComponent { console.log("error", res.error); this.timerId = null; this.setState({ - isCopyingToLocal: true, + isCopyingToLocal: false, + downloadingProgress: 100, }); return; } @@ -829,6 +830,7 @@ class AutomaticBackup extends React.PureComponent { } let storageParams = []; + if (isCheckedDocuments || isCheckedThirdParty) { storageParams.push({ key: "folderId",