mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 09:49:42 +00:00
UX: Use a step size of 1.
Follow up to 634a213e6d2a1a00a021ed65b7f3c2e9ca4762a5.
This commit is contained in:
parent
634a213e6d
commit
4fa8fe575b
@ -40,10 +40,7 @@ export default Ember.Component.extend({
|
||||
{
|
||||
display: true,
|
||||
ticks: {
|
||||
callback: label => {
|
||||
if (label >= 1) return number(label);
|
||||
},
|
||||
suggestedMin: 0
|
||||
stepSize: 1
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user