mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
fix: 重名模型高亮;perf: 未匹配到问题时输出
This commit is contained in:
@@ -362,7 +362,6 @@ const Chat = ({ chatId }: { chatId: string }) => {
|
||||
<Box flex={'0 0 250px'} w={0} h={'100%'}>
|
||||
<SlideBar
|
||||
resetChat={resetChat}
|
||||
name={chatData?.name}
|
||||
chatId={chatId}
|
||||
modelId={chatData.modelId}
|
||||
onClose={onCloseSlider}
|
||||
@@ -394,7 +393,6 @@ const Chat = ({ chatId }: { chatId: string }) => {
|
||||
<DrawerContent maxWidth={'250px'}>
|
||||
<SlideBar
|
||||
resetChat={resetChat}
|
||||
name={chatData?.name}
|
||||
chatId={chatId}
|
||||
modelId={chatData.modelId}
|
||||
onClose={onCloseSlider}
|
||||
|
Reference in New Issue
Block a user