fix: vector name (#4246)
This commit is contained in:
parent
f9cecfd49a
commit
de87639fce
@ -169,7 +169,9 @@ export const DatasetSelectModal = ({
|
||||
alignItems={'center'}
|
||||
fontSize={'sm'}
|
||||
color={
|
||||
activeVectorModel === item.vectorModel.name ? 'primary.600' : 'myGray.500'
|
||||
activeVectorModel === item.vectorModel.model
|
||||
? 'primary.600'
|
||||
: 'myGray.500'
|
||||
}
|
||||
>
|
||||
{item.type === DatasetTypeEnum.folder ? (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user