1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +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:30:52 +02:00
commit dcf85517c9
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78
2 changed files with 3828 additions and 2 deletions

View File

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

File diff suppressed because it is too large Load Diff