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