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 8622684 commit bf2f9a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export const FlyoutTechnique = (props: tFlyoutTechniqueProps) => {
: addRenderColumn(techniquesColumns);
};

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

0 comments on commit bf2f9a5

Please sign in to comment.