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) })}
|
sx={(theme) => ({ margin: theme.spacing(1.5, 0) })}
|
||||||
control={
|
control={
|
||||||
<Checkbox
|
<Checkbox
|
||||||
checked={formData.yAxisMin}
|
checked={formData.yAxisMin === 'zero'}
|
||||||
onChange={(e) =>
|
onChange={(e) =>
|
||||||
actions.setYAxisMin(
|
actions.setYAxisMin(
|
||||||
e.target.checked ? 'zero' : 'auto',
|
e.target.checked ? 'zero' : 'auto',
|
||||||
|
Loading…
Reference in New Issue
Block a user