Skip to content

Commit

Permalink
remove not needed validation
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed May 26, 2021
1 parent a84b465 commit 2fe5ee1
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,6 @@ const fieldsConfig: FieldsConfig = {
defaultMessage="Hash method used to compute the fingerprint."
/>
),
validations: [
{
validator: fieldValidators.emptyField(
i18n.translate('xpack.ingestPipelines.pipelineEditor.fingerprint.methodRequiredError', {
defaultMessage: 'A method value is required.',
})
),
},
],
},
};

Expand Down

0 comments on commit 2fe5ee1

Please sign in to comment.