Skip to content

Commit 07b7374

Browse files
committed
Adds error state to timelineLine
1 parent d199647 commit 07b7374

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/components/run/RunTimeline.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ export function SpanTimeline({
637637
startTime,
638638
new Date(startTime.getTime() + nanosecondsToMilliseconds(duration))
639639
)}
640+
state={isError ? "error" : undefined}
640641
variant="normal"
641642
/>
642643
<RunTimelineEvent

0 commit comments

Comments
 (0)