mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Merge branch 'dev' of https://github.com/OriginalSimon/open-webui into dev
This commit is contained in:
commit
07283ca0cf
1 changed files with 3 additions and 1 deletions
|
|
@ -59,7 +59,9 @@
|
|||
<a
|
||||
href={document?.metadata?.file_id
|
||||
? `/api/v1/files/${document?.metadata?.file_id}/content`
|
||||
: document.source.name}
|
||||
: document.source.name.includes('http')
|
||||
? document.source.name
|
||||
: `#`}
|
||||
target="_blank"
|
||||
>
|
||||
{document?.metadata?.name ?? document.source.name}
|
||||
|
|
|
|||
Loading…
Reference in a new issue