Skip to content

Commit

Permalink
Web: Files: fixed upload folder hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
gopienkonikita committed Nov 2, 2021
1 parent 5ba3df9 commit fc28c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion products/ASC.Files/Client/src/store/UploadDataStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ class UploadDataStore {
currentFile.fileInfo.folderId === this.selectedFolderStore.id
? currentFile.fileInfo.folderId
: folderInfo
? toFolderId
? folderInfo.parentId
: null;

return this.throttleRefreshFiles(toFolder, currentFile, folderInfo);
Expand Down

0 comments on commit fc28c97

Please sign in to comment.