Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
amended mistake quotations in selectedOption entityName
  • Loading branch information
CAWilson94 authored Oct 31, 2024
1 parent 822ec29 commit 847f3f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const EntityAnalyticsRiskScoresComponent = ({ riskEntity }: { riskEntity: RiskSc
openAlertsPageWithFilters([
{
title: getRiskEntityTranslation(riskEntity),
selectedOptions: ['entityName'],
selectedOptions: [entityName],
fieldName: riskEntity === RiskScoreEntity.host ? 'host.name' : 'user.name',
},
]);
Expand Down

0 comments on commit 847f3f9

Please sign in to comment.