From 9867372529fe638c46cfd7eadb1bd54ae77cde73 Mon Sep 17 00:00:00 2001 From: 7PH Date: Fri, 15 Sep 2023 13:57:12 +0200 Subject: [PATCH] SONAR-20355 Update quality profile BBT to test rule deactivation --- .../src/main/js/apps/quality-profiles/details/ProfileRules.tsx | 1 + .../main/js/apps/quality-profiles/details/ProfileRulesRow.tsx | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileRules.tsx b/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileRules.tsx index f4398a1423a..7c147187de0 100644 --- a/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileRules.tsx +++ b/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileRules.tsx @@ -164,6 +164,7 @@ export default class ProfileRules extends React.PureComponent, S noSidePadding > ) { } return ( - + {props.type ? ( <> -- 2.39.5