Skip to content

Commit

Permalink
bugfix for jsonConfig.json
Browse files Browse the repository at this point in the history
* replaced newline by newLine

#40
  • Loading branch information
oelison committed Dec 11, 2023
1 parent 42863bb commit 3f271f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"label": "IP-Adresse"
},
"cameraProtocol": {
"newline": true,
"newLine": true,
"type": "select",
"label": "Protocol",
"sm": 2,
Expand All @@ -40,7 +40,7 @@
"label": "Kanal"
},
"cameraUser": {
"newline": true,
"newLine": true,
"type": "text",
"sm": 2,
"md": 4,
Expand Down

0 comments on commit 3f271f1

Please sign in to comment.