mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-24 17:51:14 +02:00
feat: rename impact metrics fields to match prometheus and grafana
This commit is contained in:
parent
135b9ea1c0
commit
199e371c4b
@ -68,7 +68,7 @@ export const ImpactMetricsControls: FC<ImpactMetricsControlsProps> = ({
|
||||
sx={(theme) => ({ margin: theme.spacing(1.5, 0) })}
|
||||
control={
|
||||
<Checkbox
|
||||
checked={formData.yAxisMin}
|
||||
checked={formData.yAxisMin === 'zero'}
|
||||
onChange={(e) =>
|
||||
actions.setYAxisMin(
|
||||
e.target.checked ? 'zero' : 'auto',
|
||||
|
Loading…
Reference in New Issue
Block a user