mirror of https://github.com/grafana/grafana.git
FieldConfig: Add missing "min/max" FieldConfigProperty option (#92596)
Add missing FieldConfigProperty standard option
This commit is contained in:
parent
7ce5ce4957
commit
3b7021dabc
|
|
@ -137,6 +137,7 @@ export enum FieldConfigProperty {
|
|||
Unit = 'unit',
|
||||
Min = 'min',
|
||||
Max = 'max',
|
||||
FieldMinMax = 'fieldMinMax',
|
||||
Decimals = 'decimals',
|
||||
DisplayName = 'displayName',
|
||||
NoValue = 'noValue',
|
||||
|
|
|
|||
Loading…
Reference in New Issue