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',
|
display: 'Score threshold',
|
||||||
component: NumberInputFormik,
|
component: NumberInputFormik,
|
||||||
face: true,
|
face: true,
|
||||||
long: true
|
long: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
code: 'enabled',
|
code: 'enabled',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue