Skip to content

Commit

Permalink
fix(chat): keep selected files checked after downloading (Issue #1350) (
Browse files Browse the repository at this point in the history
#1386)

Co-authored-by: Mikhail Hahalushka <[email protected]>
  • Loading branch information
likeamike and Mikhail Hahalushka authored May 16, 2024
1 parent cc620fd commit 256ce6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/chat/src/components/Files/FileManagerModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@ export const FileManagerModal = ({
}

dispatch(FilesActions.downloadFilesList({ fileIds: selectedFilesIds }));
setSelectedFilesIds([]);
}, [dispatch, selectedFilesIds]);

return (
Expand Down

0 comments on commit 256ce6a

Please sign in to comment.