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:
parent
3e4edfbfa9
commit
016d269675
@ -178,6 +178,9 @@ export const CreationArchiveChart: FC<ICreationArchiveChartProps> = ({
|
|||||||
display: true,
|
display: true,
|
||||||
text: 'Number of flags',
|
text: 'Number of flags',
|
||||||
},
|
},
|
||||||
|
ticks: {
|
||||||
|
stepSize: 1,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user