mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
logic
This commit is contained in:
parent
378ef493b5
commit
bb370b390c
1 changed files with 2 additions and 0 deletions
|
|
@ -1099,6 +1099,8 @@ const ToolRequestAcceptRejectButtons = ({ voidToolId }: { voidToolId: string })
|
|||
</button>
|
||||
)
|
||||
|
||||
// const isCancelled = state.cancelled || (!isLastMessage && state.awaiting)
|
||||
|
||||
return <div className="flex gap-2 my-1">
|
||||
{approveButton}
|
||||
{cancelButton}
|
||||
|
|
|
|||
Loading…
Reference in a new issue