Merge pull request #1117 from chaotixkilla/fix-ciphertrace-long-score
Fix ciphertrace score threshold to a short number
This commit is contained in:
commit
fc6baced58
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export default {
|
|||
display: 'Score threshold',
|
||||
component: NumberInputFormik,
|
||||
face: true,
|
||||
long: true
|
||||
long: false
|
||||
},
|
||||
{
|
||||
code: 'enabled',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue