Skip to content

Commit

Permalink
rename function goToTechniqueInIntelligence
Browse files Browse the repository at this point in the history
  • Loading branch information
chantal-kelm committed Oct 29, 2024
1 parent 0c50519 commit 8622684
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export const FlyoutTechnique = (props: tFlyoutTechniqueProps) => {
});
};

const goToTacticInIntelligense = async (e, tactic) => {
const goToTacticInIntelligence = async (e, tactic) => {
const indexPatternId = AppState.getCurrentPattern();
const filters = [
PatternDataSourceFilterManager.createFilter(
Expand Down Expand Up @@ -334,7 +334,7 @@ export const FlyoutTechnique = (props: tFlyoutTechniqueProps) => {
>
<EuiLink
onClick={e => {
goToTacticInIntelligense(e, tactic);
goToTacticInIntelligence(e, tactic);
e.stopPropagation();
}}
>
Expand Down

0 comments on commit 8622684

Please sign in to comment.