mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
fix
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user