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:
parent
b071b17dd6
commit
21249cbaa1
@ -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