mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
fix: vector name (#4246)
This commit is contained in:
@@ -169,7 +169,9 @@ export const DatasetSelectModal = ({
|
|||||||
alignItems={'center'}
|
alignItems={'center'}
|
||||||
fontSize={'sm'}
|
fontSize={'sm'}
|
||||||
color={
|
color={
|
||||||
activeVectorModel === item.vectorModel.name ? 'primary.600' : 'myGray.500'
|
activeVectorModel === item.vectorModel.model
|
||||||
|
? 'primary.600'
|
||||||
|
: 'myGray.500'
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
{item.type === DatasetTypeEnum.folder ? (
|
{item.type === DatasetTypeEnum.folder ? (
|
||||||
|
Reference in New Issue
Block a user