Add auto-expand steps
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user