We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0609254 commit 7e5f5deCopy full SHA for 7e5f5de
1 file changed
x-pack/plugins/security_solution/public/hosts/containers/authentications/index.tsx
@@ -129,8 +129,7 @@ export const useAuthentications = ({
129
const authenticationsSearch = useCallback(
130
(request: AuthenticationsRequestOptions) => {
131
let didCancel = false;
132
- const async
133
- = async () => {
+ const asyncSearch = async () => {
134
abortCtrl.current = new AbortController();
135
setLoading(true);
136
0 commit comments