Skip to content

Commit

Permalink
[ML] Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Aug 26, 2021
1 parent 08df940 commit 22e1b9c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function FailedTransactionsCorrelations({

const inspectEnabled = uiSettings.get<boolean>(enableInspectEsQueries);

const searchServicePrams: SearchServiceParams = {
const searchServiceParams: SearchServiceParams = {
environment,
kuery,
serviceName,
Expand All @@ -93,7 +93,7 @@ export function FailedTransactionsCorrelations({
} = result;

const startFetchHandler = useCallback(() => {
startFetch(searchServicePrams);
startFetch(searchServiceParams);
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [environment, serviceName, transactionType, kuery, start, end]);

Expand Down

0 comments on commit 22e1b9c

Please sign in to comment.