Skip to content

Commit

Permalink
revert "min" of max_size to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenAnpu authored Oct 16, 2023
1 parent 13b30d6 commit 2fe1231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/augs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2466,7 +2466,7 @@
{
"type": "el-input-number",
"default": 128,
"min": 1,
"min": 0,
"max": 512,
"pname": "max_size",
"valueType": "int"
Expand Down

0 comments on commit 2fe1231

Please sign in to comment.