From a7c26235c93b60fc1b83aa875cbca162abdc6d92 Mon Sep 17 00:00:00 2001 From: Nic Luckie Date: Fri, 26 Sep 2025 21:09:47 -0400 Subject: [PATCH] Update web/src/components/ConfirmDialog/index.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nic Luckie --- web/src/components/ConfirmDialog/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/ConfirmDialog/index.tsx b/web/src/components/ConfirmDialog/index.tsx index c2885dcb7..495d68ceb 100644 --- a/web/src/components/ConfirmDialog/index.tsx +++ b/web/src/components/ConfirmDialog/index.tsx @@ -46,7 +46,7 @@ export default function ConfirmDialog({ onOpenChange(false); } catch (e) { // Intentionally swallow errors so user can retry; surface via caller's toast/logging - console.error("ConfirmDialog error:", e); + console.error("ConfirmDialog error for action:", title, e); } finally { setLoading(false); }