Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
benakansara committed Aug 13, 2024
1 parent 1575b45 commit adf4f93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import type { TopAlert } from '../../../typings/alerts';
import { paths } from '../../../../common/locators/paths';
import { useBulkUntrackAlerts } from '../hooks/use_bulk_untrack_alerts';
import { useCreateInvestigation } from '../hooks/use_create_investigation';
import { useFetchInvestigationsByAlert } from '../hooks/use_get_investigation_details';
import { useFetchInvestigationsByAlert } from '../hooks/use_fetch_investigations_by_alert';

export interface HeaderActionsProps {
alert: TopAlert | null;
Expand Down

0 comments on commit adf4f93

Please sign in to comment.