mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-30 16:20:35 +02:00
The previous handler only reset `retrying` on error, but the past row stays mounted (its `task.id` is unchanged) after a successful rerun, so the Retry button hovered into a permanent spinner. Move the reset into a finally block so both paths clear the loading state. Co-authored-by: multica-agent <github@multica.ai>