mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-04 06:40:29 +08:00
Fixed an issue where cited webpages could not be opened during online searches. (#16840)
This commit is contained in:
@@ -43,6 +43,7 @@ export function ReferenceDocumentList({ list }: { list: Docagg[] }) {
|
||||
documentId={selectedDocument.doc_id}
|
||||
chunk={{
|
||||
document_name: selectedDocument.doc_name,
|
||||
document_url: selectedDocument.url,
|
||||
}}
|
||||
></PdfDrawer>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user