We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d56f10 commit a4858d0Copy full SHA for a4858d0
x-pack/plugins/security_solution/public/network/containers/network_top_countries/index.tsx
@@ -127,7 +127,7 @@ export const useNetworkTopCountries = ({
127
const searchSubscription$ = data.search
128
.search<NetworkTopCountriesRequestOptions, NetworkTopCountriesStrategyResponse>(request, {
129
strategy: 'securitySolutionSearchStrategy',
130
- signal: abortCtrl.current.signal,
+ abortSignal: abortCtrl.current.signal,
131
})
132
.subscribe({
133
next: (response) => {
0 commit comments