mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-10 05:05:34 +02:00
Simplify passing in of file IDs for filtering (#4791)
* Simplify passing in of file IDs for filtering * Address RK comments
This commit is contained in:
committed by
trial-danswer
parent
5031096a2b
commit
6ad423efce
@@ -1451,9 +1451,7 @@ export function ChatPage({
|
||||
filterManager.selectedSources,
|
||||
filterManager.selectedDocumentSets,
|
||||
filterManager.timeRange,
|
||||
filterManager.selectedTags,
|
||||
selectedFiles.map((file) => file.id)
|
||||
// selectedFolders.map((folder) => folder.id)
|
||||
filterManager.selectedTags
|
||||
),
|
||||
selectedDocumentIds: selectedDocuments
|
||||
.filter(
|
||||
|
Reference in New Issue
Block a user