mirror of
https://github.com/openai/codex.git
synced 2026-05-02 12:21:26 +03:00
fmt
This commit is contained in:
@@ -193,8 +193,7 @@ impl ApprovalOverlay {
|
||||
|
||||
fn handle_exec_decision(&self, id: &str, command: &[String], decision: ReviewDecision) {
|
||||
let decision_for_history = decision.clone();
|
||||
let cell =
|
||||
history_cell::new_approval_decision_cell(command.to_vec(), decision_for_history);
|
||||
let cell = history_cell::new_approval_decision_cell(command.to_vec(), decision_for_history);
|
||||
self.app_event_tx.send(AppEvent::InsertHistoryCell(cell));
|
||||
self.app_event_tx.send(AppEvent::CodexOp(Op::ExecApproval {
|
||||
id: id.to_string(),
|
||||
|
||||
Reference in New Issue
Block a user