1
0
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:
kwasniew 2025-09-04 11:00:06 +02:00
parent 135b9ea1c0
commit 199e371c4b
No known key found for this signature in database
GPG Key ID: 43A7CBC24C119560

View File

@ -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',