Merge 62b28aa8e2 into sapling-pr-archive-bolinfest

This commit is contained in:
Michael Bolin
2026-02-24 21:30:08 -08:00
committed by GitHub

View File

@@ -2569,7 +2569,7 @@ impl ChatWidget {
self.notify(Notification::ExecApprovalRequested { command });
let request = ApprovalRequest::Exec {
id: ev.call_id,
id: ev.effective_approval_id(),
command: ev.command,
reason: ev.reason,
network_approval_context: ev.network_approval_context,