From 36b911c2beb62d63067f6c8a0d255ff42182ea9f Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Tue, 15 Sep 2020 10:12:47 +0200 Subject: [PATCH] SONAR-13857 Fix Security Review facet on new code --- .../src/main/js/apps/projects/components/PageSidebar.tsx | 2 +- .../__tests__/__snapshots__/PageSidebar-test.tsx.snap | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/sonar-web/src/main/js/apps/projects/components/PageSidebar.tsx b/server/sonar-web/src/main/js/apps/projects/components/PageSidebar.tsx index b92e20b1e66..cbea6dc94c9 100644 --- a/server/sonar-web/src/main/js/apps/projects/components/PageSidebar.tsx +++ b/server/sonar-web/src/main/js/apps/projects/components/PageSidebar.tsx @@ -140,7 +140,7 @@ export default function PageSidebar(props: PageSidebarProps) { {...facetProps} className="leak-facet-box" facet={getFacet(facets, 'new_security_review_rating')} - property="new_security_review_rating" + property="new_security_review" value={query.new_security_review_rating} />