Skip to content

Commit

Permalink
[Security Solution] Fix moderate typo (#175883)
Browse files Browse the repository at this point in the history
## Summary

It fixes a typo on a component that is not used. Just in case we start
using it...
  • Loading branch information
machadoum authored Jan 31, 2024
1 parent 7274f6e commit db84e7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ export const getRiskScoreDonutAttributes: GetLensAttributes = (
},
{
input: {
query: `${stackByField}.risk.calculated_level : \"Moderiate\"`,
query: `${stackByField}.risk.calculated_level : \"Moderate\"`,
language: 'kuery',
},
label: 'Moderiate',
label: 'Moderate',
},
{
input: {
Expand Down

0 comments on commit db84e7f

Please sign in to comment.