diff --git a/products/ASC.Files/Client/src/store/FilesActionsStore.js b/products/ASC.Files/Client/src/store/FilesActionsStore.js index bce75b5adb..de589c2082 100644 --- a/products/ASC.Files/Client/src/store/FilesActionsStore.js +++ b/products/ASC.Files/Client/src/store/FilesActionsStore.js @@ -380,7 +380,7 @@ class FilesActionStore { } setTimeout(() => clearSecondaryProgressData(), TIMEOUT); - toastr.error(translations.error, null, 0, true); + !item.url && toastr.error(translations.error, null, 0, true); }); } catch (err) { clearActiveOperations(fileIds, folderIds);