mirror of
https://github.com/open-webui/open-webui
synced 2025-01-30 22:39:03 +00:00
fix: remove stray debug logs
This commit is contained in:
parent
0872bea790
commit
2571f3c43b
@ -18,7 +18,6 @@
|
|||||||
metadata: citation.metadata?.[i]
|
metadata: citation.metadata?.[i]
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
console.log(mergedDocuments);
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@ -56,7 +55,7 @@
|
|||||||
{$i18n.t('Source')}
|
{$i18n.t('Source')}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-sm dark:text-gray-400">
|
<div class="text-sm dark:text-gray-400">
|
||||||
{document.metadata.source}
|
{document.metadata?.source ?? $i18n.t('No source available')}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Content from document.document.content -->
|
<!-- Content from document.document.content -->
|
||||||
|
Loading…
Reference in New Issue
Block a user