From 106701fc21946778ff986d4e90f84b6e9c96de7e Mon Sep 17 00:00:00 2001 From: Jean-Louis Leysens Date: Wed, 12 Aug 2020 13:10:18 +0200 Subject: [PATCH] fix path import --- .../components/shared/map_processor_type_to_form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/shared/map_processor_type_to_form.tsx b/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/shared/map_processor_type_to_form.tsx index 24d79b0f09e8..502045084b24 100644 --- a/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/shared/map_processor_type_to_form.tsx +++ b/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_processors_editor/components/shared/map_processor_type_to_form.tsx @@ -18,7 +18,7 @@ import { Dissect, DotExpander, Drop, -} from '../processor_settings_form/processors'; +} from '../manage_processor_form/processors'; // import { SetProcessor } from './processors/set'; // import { Gsub } from './processors/gsub';