mirror of
https://github.com/elastic/kibana.git
synced 2025-04-19 15:35:00 -04:00
parent
e32c282bc5
commit
4c5e75e437
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ export const useAuthentications = ({
|
|||
const searchSubscription$ = data.search
|
||||
.search<AuthenticationsRequestOptions, AuthenticationsStrategyResponse>(request, {
|
||||
strategy: 'securitySolutionSearchStrategy',
|
||||
signal: abortCtrl.current.signal,
|
||||
abortSignal: abortCtrl.current.signal,
|
||||
})
|
||||
.subscribe({
|
||||
next: (response) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue