mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 00:17:31 +00:00
cursor
This commit is contained in:
@@ -120,7 +120,7 @@ const Detail = ({ kbId, currentTab }: { kbId: string; currentTab: `${TabEnum}` }
|
||||
<MyIcon mr={1} name="overviewLight" w={'16px'} color={'green.500'} />
|
||||
<Box>{t('dataset.System Data Queue')}</Box>
|
||||
<MyTooltip label={t('dataset.Queue Desc')} placement={'top'}>
|
||||
<QuestionOutlineIcon ml={1} w={'16px'} cursor={'pointer'} />
|
||||
<QuestionOutlineIcon ml={1} w={'16px'} />
|
||||
</MyTooltip>
|
||||
</Flex>
|
||||
<Box mt={1} fontWeight={'bold'}>
|
||||
|
Reference in New Issue
Block a user