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 056e648 commit 3ca1ba2Copy full SHA for 3ca1ba2
app/charts/GrafanaEventChart.tsx
@@ -76,7 +76,7 @@ const GrafanaEventChart: React.FC<EventChartProps> = React.memo(props => {
76
<option value="histogram">Histogram</option>
77
</select>
78
79
- <label htmlFor="graphType"> Time Frame: </label>
+ <label htmlFor="graphType"> Time Frame: </label>
80
<select name="graphType" id="graphType" onChange={(e) => setTimeFrame(e.target.value as TimeFrame)}>
81
<option value={'5m'}>5 minutes</option>
82
<option value={'15m'}>15 minutes</option>
0 commit comments