Skip to content

Commit

Permalink
Fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Oct 8, 2021
1 parent 874f01d commit f371560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SearchBlock/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ export const SearchBlockSchema = ({ formData = {} }) => ({
cutoffScore: {
title: 'Cutoff score',
description:
'Only answers with scores bigger then the cuttoff score will be displayed. Enter a float number smaller then 1.',
'Only answers with scores bigger then the cutoff score will be displayed. Enter a float number smaller then 1.',
default: 0.1,
configPath: 'nlp.qa.cuttoffScore',
configPath: 'nlp.qa.cutoffScore',
},
},

Expand Down

0 comments on commit f371560

Please sign in to comment.