mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 09:03:53 +00:00
code
This commit is contained in:
@@ -464,7 +464,7 @@ const ChatBox = (
|
||||
source={item.value}
|
||||
isChatting={index === chatHistory.length - 1 && isChatting}
|
||||
/>
|
||||
{(item[quoteLenKey] || item[rawSearchKey]?.length) && (
|
||||
{(!!item[quoteLenKey] || !!item[rawSearchKey]?.length) && (
|
||||
<Button
|
||||
size={'xs'}
|
||||
variant={'base'}
|
||||
|
Reference in New Issue
Block a user