Skip to content
Snippets Groups Projects
Commit f5a06b64 authored by syuilo's avatar syuilo
Browse files

Fix #6036

parent 502de89a
No related branches found
No related tags found
Loading
......@@ -76,7 +76,7 @@ export const meta = {
},
limit: {
validator: $.optional.num.range(1, 30),
validator: $.optional.num.range(1, 100),
default: 10
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment