This commit is contained in:
kevin zhao
2025-11-20 20:26:18 -05:00
parent 02c66be831
commit 2a4e833e91

View File

@@ -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(),