Skip to content

Commit

Permalink
[ES|QL] Fixes console error when creating ES|QL charts (elastic#190503)
Browse files Browse the repository at this point in the history
## Summary

Closes elastic#190442

This is causing the error, as it is not needed. The abortController when
passed to the search strategy is handled by it
  • Loading branch information
stratoula committed Aug 14, 2024
1 parent 8e736c4 commit 4d0cfdf
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@ export function LensEditConfigurationFlyout({
}
};
getESQLGridAttrs();
return () => {
abortController.abort();
};
}, [adHocDataViews, dataGridAttrs, query, startDependencies]);

const attributesChanged: boolean = useMemo(() => {
Expand Down

0 comments on commit 4d0cfdf

Please sign in to comment.