link actions to their screenshots - frontend (#4403)

This commit is contained in:
Celal Zamanoglu
2026-01-07 01:16:36 +03:00
committed by GitHub
parent e3dd75d7c1
commit f5cb826a37
5 changed files with 35 additions and 5 deletions

View File

@@ -122,6 +122,7 @@ function WorkflowRunOverview() {
!showStreamingBrowser &&
isAction(selection) && (
<ActionScreenshot
artifactId={selection.screenshot_artifact_id ?? undefined}
index={selection.action_order ?? 0}
stepId={selection.step_id ?? ""}
/>