Skip to content

Commit

Permalink
Fixed SHIBUI-1958
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 11, 2021
1 parent 8a50af8 commit a179378
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
"description": "tooltip.proxy-host"
},
"proxyPort": {
"type": "integer",
"type": "string",
"title": "label.proxy-port",
"description": "tooltip.proxy-port"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"description": "tooltip.proxy-host"
},
"proxyPort": {
"type": "integer",
"type": "string",
"title": "label.proxy-port",
"description": "tooltip.proxy-port"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"description": "tooltip.proxy-host"
},
"proxyPort": {
"type": "integer",
"type": "string",
"title": "label.proxy-port",
"description": "tooltip.proxy-port"
},
Expand Down

0 comments on commit a179378

Please sign in to comment.