mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 00:32:05 +00:00
fix: remove stray debug logs
This commit is contained in:
parent
0872bea790
commit
2571f3c43b
@ -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 New Issue
Block a user