Skip to content

Commit f9974d0

Browse files
committed
fix(frontend): remove sample data gen
1 parent af4a642 commit f9974d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/overview/AlertGraph.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function AlertGraph({ orgId }: { orgId: string | undefined }) {
3737
...c,
3838
data: c.entries.map((e) => ({
3939
day: weekDays.indexOf(e.day),
40-
executions: Math.floor(Math.random() * (100 - 1 + 1)) + 1,
40+
executions: e.executions,
4141
})),
4242
color: mantineColors[idx % mantineColors.length],
4343
}));

0 commit comments

Comments
 (0)