Skip to content

Commit

Permalink
jsonConfig fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Nov 4, 2021
1 parent 014a5a3 commit 8146bfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"apiRefreshInterval": {
"type": "number",
"min": 10,
"max": 100000,
"max": 10000,
"sm": 12,
"md": 12,
"lg": 12,
Expand All @@ -60,7 +60,7 @@
"newLine": true,
"type": "number",
"min": 10,
"max": 100000,
"max": 10000,
"sm": 12,
"md": 12,
"lg": 12,
Expand All @@ -71,7 +71,7 @@
"newLine": true,
"type": "number",
"min": 10,
"max": 100000,
"max": 10000,
"sm": 12,
"md": 12,
"lg": 12,
Expand Down

0 comments on commit 8146bfd

Please sign in to comment.