diff --git a/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/shared/map_processor_type_to_form.tsx b/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/shared/map_processor_type_to_form.tsx index e9fb78422c6fc4..e6ca465bf1a022 100644 --- a/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/shared/map_processor_type_to_form.tsx +++ b/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/shared/map_processor_type_to_form.tsx @@ -533,7 +533,7 @@ export const mapProcessorTypeToDescriptor: MapProcessorTypeToDescriptor = { getDefaultDescription: () => i18n.translate('xpack.ingestPipelines.processors.defaultDescription.networkDirection', { defaultMessage: 'Calculates the network direction given a source IP address.', - }) + }), }, pipeline: { FieldsComponent: Pipeline,