Add auto-expand steps

This commit is contained in:
Thomas Nordquist
2019-04-16 00:51:27 +02:00
parent a28fc958d4
commit 349b664270

View File

@@ -29,11 +29,14 @@ export const autoExpandLimitSet = [{
limit: 2, limit: 2,
name: 'Few', name: 'Few',
}, { }, {
limit: 3, limit: 5,
name: 'Some', name: 'Some',
}, { }, {
limit: 15, limit: 15,
name: 'Most', name: 'Most',
}, {
limit: 30,
name: 'Most',
}, { }, {
limit: 1E6, limit: 1E6,
name: 'All', name: 'All',