1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

Chore: Use step size of 1 for created vs archived.

You can't archive half a flag.
This commit is contained in:
Thomas Heartman 2025-08-28 15:34:51 +02:00
parent b071b17dd6
commit 21249cbaa1
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

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