mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-05 01:55:05 +08:00
### What problem does this PR solve? Fix: Fixed the issue where the thinking mode on the chat page could not be turned off #9789 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -70,7 +70,12 @@ export function Sessions({
|
||||
/>
|
||||
</section>
|
||||
<div className="flex justify-between items-center mb-4 pt-10">
|
||||
<span className="text-base font-bold">Conversations</span>
|
||||
<div className="flex items-center gap-3">
|
||||
<span className="text-base font-bold">Conversations</span>
|
||||
<span className="text-text-secondary text-xs">
|
||||
{conversationList.length}
|
||||
</span>
|
||||
</div>
|
||||
<Button variant={'ghost'} onClick={addTemporaryConversation}>
|
||||
<Plus></Plus>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user