Skip to content

Commit c36012f

Browse files
committed
removed unused admin props
1 parent f1e904b commit c36012f

File tree

1 file changed

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

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ const spanTimelines = [
3737
offset: 0,
3838
timestamp: new Date(Date.now() - 5000),
3939
duration: 4000,
40-
adminOnly: false,
4140
markerVariant: "start-cap",
4241
lineVariant: "light",
4342
},
@@ -46,7 +45,6 @@ const spanTimelines = [
4645
offset: 0,
4746
timestamp: new Date(Date.now() - 1000),
4847
duration: 1000,
49-
adminOnly: false,
5048
markerVariant: "dot-hollow",
5149
lineVariant: "light",
5250
},
@@ -55,7 +53,6 @@ const spanTimelines = [
5553
offset: 0,
5654
timestamp: new Date(Date.now() - 1000),
5755
duration: 1000,
58-
adminOnly: true,
5956
markerVariant: "dot-hollow",
6057
lineVariant: "light",
6158
},
@@ -66,14 +63,12 @@ const spanTimelines = [
6663
duration: 1000 * 1_000_000,
6764
inProgress: false,
6865
isError: false,
69-
showAdminOnlyEvents: true,
7066
events: [
7167
{
7268
name: "Dequeued",
7369
offset: 0,
7470
timestamp: new Date(Date.now() - 5000),
7571
duration: 4000,
76-
adminOnly: false,
7772
markerVariant: "start-cap",
7873
lineVariant: "light",
7974
},
@@ -82,7 +77,6 @@ const spanTimelines = [
8277
offset: 0,
8378
timestamp: new Date(Date.now() - 1000),
8479
duration: 1000,
85-
adminOnly: true,
8680
markerVariant: "dot-hollow",
8781
lineVariant: "light",
8882
},
@@ -93,14 +87,12 @@ const spanTimelines = [
9387
duration: 1000 * 1_000_000,
9488
inProgress: false,
9589
isError: false,
96-
showAdminOnlyEvents: true,
9790
events: [
9891
{
9992
name: "Dequeued",
10093
offset: 0,
10194
timestamp: new Date(Date.now() - 25 * 60 * 60 * 1000),
10295
duration: 4000,
103-
adminOnly: false,
10496
markerVariant: "start-cap",
10597
lineVariant: "light",
10698
},
@@ -109,7 +101,6 @@ const spanTimelines = [
109101
offset: 0,
110102
timestamp: new Date(Date.now() - 1000),
111103
duration: 1000,
112-
adminOnly: true,
113104
markerVariant: "dot-hollow",
114105
lineVariant: "light",
115106
},

0 commit comments

Comments
 (0)