Merge pull request #1117 from chaotixkilla/fix-ciphertrace-long-score

Fix ciphertrace score threshold to a short number
This commit is contained in:
Rafael Taranto 2022-02-18 17:07:45 +00:00 committed by GitHub
commit fc6baced58

View file

@ -21,7 +21,7 @@ export default {
display: 'Score threshold',
component: NumberInputFormik,
face: true,
long: true
long: false
},
{
code: 'enabled',