Skip to content

Commit

Permalink
Update x-pack/plugins/security_solution/public/actions/filter/lens/cr…
Browse files Browse the repository at this point in the history
…eate_action.ts

Co-authored-by: Sergi Massaneda <[email protected]>
  • Loading branch information
angorayc and semd authored Apr 24, 2024
1 parent 9372751 commit 2dc6033
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ export const createFilterLensAction = ({
});
return;
}


const addFilter = negate === true ? addFilterOut : addFilterIn;
addFilter({
filterManager,
fieldName: field,
Expand Down

0 comments on commit 2dc6033

Please sign in to comment.