mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-28 05:46:58 +02:00
After creating an agent from the empty state, the query invalidation triggered a refetch that re-rendered the agents list page (empty → list) before navigation to the detail page completed, causing a visible flash. Move navigation.push() before qc.invalidateQueries() so the user lands on the detail page immediately; the list refetch happens in the background after we've already left.