mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-18 17:45:52 +08: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…
x
Reference in New Issue
Block a user