mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ES|QL] Fixes console error when creating ES|QL charts (#190503)
## Summary Closes https://github.com/elastic/kibana/issues/190442 This is causing the error, as it is not needed. The abortController when passed to the search strategy is handled by it
This commit is contained in:
parent
8e736c4918
commit
4d0cfdf943
1 changed files with 0 additions and 3 deletions
|
@ -153,9 +153,6 @@ export function LensEditConfigurationFlyout({
|
|||
}
|
||||
};
|
||||
getESQLGridAttrs();
|
||||
return () => {
|
||||
abortController.abort();
|
||||
};
|
||||
}, [adHocDataViews, dataGridAttrs, query, startDependencies]);
|
||||
|
||||
const attributesChanged: boolean = useMemo(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue