mirror of
https://github.com/open-webui/open-webui
synced 2025-04-22 07:18:29 +00:00
fix
This commit is contained in:
parent
b5e74f4eae
commit
c57db1828f
@ -98,7 +98,7 @@
|
||||
: `#`}
|
||||
target="_blank"
|
||||
>
|
||||
{decodeURIComponent(document?.metadata?.name) ?? decodeURIComponent(document.source.name)}
|
||||
{decodeURIComponent(document?.metadata?.name ?? document.source.name)}
|
||||
</a>
|
||||
{#if document?.metadata?.page}
|
||||
<span class="text-xs text-gray-500 dark:text-gray-400">
|
||||
|
Loading…
Reference in New Issue
Block a user