Client:Store:UploadDataStore Fixed bug 69145

This commit is contained in:
Akmal Isomadinov 2024-07-11 18:38:44 +05:00
parent 554826a185
commit bdb6d62f68

View File

@ -1647,6 +1647,7 @@ class UploadDataStore {
.then(() =>
this.moveToCopyTo(destFolderId, pbData, true, fileIds, folderIds),
)
.catch((error) => toastr.error(error))
.finally(async () => {
//to update the status of trashIsEmpty filesStore
if (this.treeFoldersStore.isRecycleBinFolder)