We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4a642 commit f9974d0Copy full SHA for f9974d0
1 file changed
frontend/src/components/overview/AlertGraph.tsx
@@ -37,7 +37,7 @@ export default function AlertGraph({ orgId }: { orgId: string | undefined }) {
37
...c,
38
data: c.entries.map((e) => ({
39
day: weekDays.indexOf(e.day),
40
- executions: Math.floor(Math.random() * (100 - 1 + 1)) + 1,
+ executions: e.executions,
41
})),
42
color: mantineColors[idx % mantineColors.length],
43
}));
0 commit comments