mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix unit
This commit is contained in:
parent
261c415e23
commit
b112be369b
@ -34,7 +34,7 @@ export const SettingsEditor: FunctionComponent<Props> = ({ metric, previousMetri
|
||||
const query = useQuery();
|
||||
|
||||
const rateAggUnitOptions = [
|
||||
{ value: 'seconds', label: 'Seconds' },
|
||||
{ value: 'second', label: 'Seconds' },
|
||||
{ value: 'minute', label: 'Minute' },
|
||||
{ value: 'hour', label: 'Hour' },
|
||||
{ value: 'day', label: 'Day' },
|
||||
|
Loading…
Reference in New Issue
Block a user