1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00

Chore: Use step size of 1 for created vs archived. (#10566)

You can't archive half a flag.

Closes 1-4034.
This commit is contained in:
Thomas Heartman 2025-08-28 15:53:04 +02:00 committed by GitHub
parent 3e4edfbfa9
commit 016d269675
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -178,6 +178,9 @@ export const CreationArchiveChart: FC<ICreationArchiveChartProps> = ({
display: true,
text: 'Number of flags',
},
ticks: {
stepSize: 1,
},
},
},
}),