mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-05 04:57:05 +00:00
Fix #6036
This commit is contained in:
parent
502de89ab1
commit
f5a06b6494
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ export const meta = {
|
||||||
},
|
},
|
||||||
|
|
||||||
limit: {
|
limit: {
|
||||||
validator: $.optional.num.range(1, 30),
|
validator: $.optional.num.range(1, 100),
|
||||||
default: 10
|
default: 10
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue