mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
revert: remove temporary testing code for checkpoint warning
The warning will now only show when actually triggered by checkpoint timeouts.
This commit is contained in:
parent
2e793647fe
commit
6c6bfd0e72
1 changed files with 5 additions and 4 deletions
|
|
@ -1802,10 +1802,11 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
|
|||
</div>
|
||||
)}
|
||||
|
||||
{/* TEMPORARY: Always show warning for testing */}
|
||||
<div className="px-3">
|
||||
<CheckpointWarning warning={checkpointWarning || { type: "WAIT_TIMEOUT", timeout: 5 }} />
|
||||
</div>
|
||||
{checkpointWarning && (
|
||||
<div className="px-3">
|
||||
<CheckpointWarning warning={checkpointWarning} />
|
||||
</div>
|
||||
)}
|
||||
</>
|
||||
) : (
|
||||
<div className="flex-1 min-h-0 overflow-y-auto flex flex-col gap-4 relative">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue