Skip to content

Commit

Permalink
[frontend] fix confidence_to_score handling in taxii edition (#9150)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyCloarec authored Nov 28, 2024
1 parent eb3462f commit ea7a14d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ const IngestionTaxiiEditionContainer = ({
/>
<Field
component={SwitchField}
onChange={handleSubmitField}
type="checkbox"
name="confidence_to_score"
label={t('Copy confidence level to OpenCTI scores for indicators')}
Expand Down Expand Up @@ -350,6 +351,7 @@ const IngestionTaxiiEditionFragment = createFragmentContainer(
entity_type
name
}
confidence_to_score
}
`,
},
Expand Down

0 comments on commit ea7a14d

Please sign in to comment.