From 2dc5111ce2bcc9463b1b099a9f5a623a4111711b Mon Sep 17 00:00:00 2001 From: Stratoula Kalafateli Date: Wed, 14 Aug 2024 13:39:45 +0200 Subject: [PATCH] [ES|QL] Fixes console error when creating ES|QL charts --- .../shared/edit_on_the_fly/lens_configuration_flyout.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/lens_configuration_flyout.tsx b/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/lens_configuration_flyout.tsx index 6c66c463f92d49..440b70ab4b8a3c 100644 --- a/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/lens_configuration_flyout.tsx +++ b/x-pack/plugins/lens/public/app_plugin/shared/edit_on_the_fly/lens_configuration_flyout.tsx @@ -153,9 +153,6 @@ export function LensEditConfigurationFlyout({ } }; getESQLGridAttrs(); - return () => { - abortController.abort(); - }; }, [adHocDataViews, dataGridAttrs, query, startDependencies]); const attributesChanged: boolean = useMemo(() => {