mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
web retrieval resource fix
This commit is contained in:
parent
ed4e029609
commit
5bd372c11f
@ -100,7 +100,7 @@ const Popup: FC<PopupProps> = ({
|
||||
/>
|
||||
<Tooltip
|
||||
text={t('common.chat.citation.vectorHash')}
|
||||
data={source.index_node_hash.substring(0, 7)}
|
||||
data={source.index_node_hash?.substring(0, 7)}
|
||||
icon={<BezierCurve03 className='mr-1 w-3 h-3' />}
|
||||
/>
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user