Update web/src/components/ConfirmDialog/index.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Nic Luckie <nicolasluckie@users.noreply.github.com>
pull/5111/head
Nic Luckie 2 weeks ago committed by GitHub
parent 559850523b
commit a7c26235c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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);
}

Loading…
Cancel
Save