diff --git a/internal_frontend/components/error-boundary.tsx b/internal_frontend/components/error-boundary.tsx index 931aac5..e8d4219 100644 --- a/internal_frontend/components/error-boundary.tsx +++ b/internal_frontend/components/error-boundary.tsx @@ -92,7 +92,10 @@ interface ErrorDialogProps { function ErrorDialog({error, onReset, open}: ErrorDialogProps) { return ( - { + { + if (!isOpen) { + onReset(); + } }}>