mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
fix: reference issue in external knowledge api (#9240)
This commit is contained in:
parent
d7b8e071dd
commit
44f6a536d2
|
@ -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