mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-05 10:05:05 +08:00
Fix: If the agent debug sheet contains too much content, some of it will not be displayed. #12974 (#12975)
### What problem does this PR solve? Fix: If the agent debug sheet contains too much content, some of it will not be displayed. #12974 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -60,6 +60,8 @@ const SingleDebugSheet = ({
|
||||
isNext={false}
|
||||
loading={loading}
|
||||
submitButtonDisabled={list.length === 0}
|
||||
className="flex-1 overflow-auto min-h-0 pb-5"
|
||||
maxHeight="max-h-[83vh]"
|
||||
></DebugContent>
|
||||
{!isEmpty(data) ? (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user