fix: simple bot dataset load error (#1764)
This commit is contained in:
@@ -85,7 +85,7 @@ export const DatasetSelectModal = ({
|
||||
bg={'primary.200'}
|
||||
>
|
||||
<Flex alignItems={'center'} h={'38px'}>
|
||||
<Avatar src={item.avatar} w={['24px', '28px']}></Avatar>
|
||||
<Avatar src={item.avatar} w={['1.25rem', '1.75rem']}></Avatar>
|
||||
<Box flex={'1 0 0'} w={0} className="textEllipsis" mx={3}>
|
||||
{item.name}
|
||||
</Box>
|
||||
@@ -162,8 +162,8 @@ export const DatasetSelectModal = ({
|
||||
w={0}
|
||||
className="textEllipsis"
|
||||
ml={3}
|
||||
fontWeight={'bold'}
|
||||
fontSize={['md', 'lg']}
|
||||
fontSize={'md'}
|
||||
color={'myGray.900'}
|
||||
>
|
||||
{item.name}
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user