Skip to content

Commit d8f18f7

Browse files
committed
Added additional state
1 parent 07b7374 commit d8f18f7

File tree

1 file changed

+7
-0
lines changed
  • apps/webapp/app/routes/storybook.run-and-span-timeline

1 file changed

+7
-0
lines changed

apps/webapp/app/routes/storybook.run-and-span-timeline/route.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,13 @@ const runTimelines = [
124124
isFinished: false,
125125
isError: false,
126126
},
127+
{
128+
createdAt: new Date(Date.now() - 1000 * 60),
129+
updatedAt: new Date(),
130+
startedAt: new Date(Date.now() - 1000 * 30),
131+
isFinished: false,
132+
isError: false,
133+
},
127134
{
128135
createdAt: new Date(Date.now() - 1000 * 60),
129136
updatedAt: new Date(),

0 commit comments

Comments
 (0)