mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix: remove stray debug logs
This commit is contained in:
parent
0872bea790
commit
2571f3c43b
1 changed files with 1 additions and 2 deletions
|
|
@ -18,7 +18,6 @@
|
|||
metadata: citation.metadata?.[i]
|
||||
};
|
||||
});
|
||||
console.log(mergedDocuments);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
@ -56,7 +55,7 @@
|
|||
{$i18n.t('Source')}
|
||||
</div>
|
||||
<div class="text-sm dark:text-gray-400">
|
||||
{document.metadata.source}
|
||||
{document.metadata?.source ?? $i18n.t('No source available')}
|
||||
</div>
|
||||
</div>
|
||||
<!-- Content from document.document.content -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue