mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-04-30 15:27:48 +08:00
Feat: Hide log button (#13085)
### What problem does this PR solve? Feat: Hide log button ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -139,6 +139,7 @@ export function SessionChat({ session }: SessionChatProps) {
|
||||
index={i}
|
||||
showLikeButton={false}
|
||||
sendLoading={sendLoading}
|
||||
showLog={false}
|
||||
/>
|
||||
))}
|
||||
</div>
|
||||
|
||||
@ -142,6 +142,7 @@ function BeginForm({ node }: INextOperatorForm) {
|
||||
<Textarea
|
||||
rows={5}
|
||||
{...field}
|
||||
className="overflow-auto"
|
||||
placeholder={t('common.pleaseInput')}
|
||||
></Textarea>
|
||||
</FormControl>
|
||||
|
||||
Reference in New Issue
Block a user