fabro/apps
Bryan Helmkamp 41ed815a19 Fix apiStages.map crash by using PaginatedRunStageList type
Three routes (run-overview, run-configuration, run-graph) were typing
the stages API response as RunStage[] but the endpoint returns a
paginated wrapper { data, meta }. Destructure .data to get the array.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 10:24:23 -05:00
..
arc-web Fix apiStages.map crash by using PaginatedRunStageList type 2026-03-05 10:24:23 -05:00