fix: reference issue in external knowledge api (#9240)

pull/9244/head
Yi Xiao 2 years ago committed by GitHub
parent d7b8e071dd
commit 44f6a536d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -100,7 +100,7 @@ const Popup: FC<PopupProps> = ({
/> />
<Tooltip <Tooltip
text={t('common.chat.citation.vectorHash')} 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' />} icon={<BezierCurve03 className='mr-1 w-3 h-3' />}
/> />
{ {

Loading…
Cancel
Save