From 2fe5ee154a41c4b323662ea5104831046ac19a10 Mon Sep 17 00:00:00 2001 From: Ignacio Rivas Date: Wed, 26 May 2021 14:38:14 +0200 Subject: [PATCH] remove not needed validation --- .../components/processor_form/processors/fingerprint.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/processor_form/processors/fingerprint.tsx b/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/processor_form/processors/fingerprint.tsx index c225221c47d3cc..aa30196173885f 100644 --- a/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/processor_form/processors/fingerprint.tsx +++ b/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/processor_form/processors/fingerprint.tsx @@ -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.', - }) - ), - }, - ], }, };