Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski authored Sep 3, 2020
1 parent 7d56f10 commit a4858d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const useNetworkTopCountries = ({
const searchSubscription$ = data.search
.search<NetworkTopCountriesRequestOptions, NetworkTopCountriesStrategyResponse>(request, {
strategy: 'securitySolutionSearchStrategy',
signal: abortCtrl.current.signal,
abortSignal: abortCtrl.current.signal,
})
.subscribe({
next: (response) => {
Expand Down

0 comments on commit a4858d0

Please sign in to comment.