From: 7PH Date: Mon, 6 Feb 2023 16:50:16 +0000 (+0100) Subject: SONAR-18344 Remove quality profile action dropdown from accessibility tree when hidden X-Git-Tag: 10.0.0.68432~251 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f44774c5cb7bfe756024bca14fead1fb8c4b4c50;p=sonarqube.git SONAR-18344 Remove quality profile action dropdown from accessibility tree when hidden --- diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/components/ProfileActions.tsx b/server/sonar-web/src/main/js/apps/quality-profiles/components/ProfileActions.tsx index 5925b1beaa5..19b4d9e71ab 100644 --- a/server/sonar-web/src/main/js/apps/quality-profiles/components/ProfileActions.tsx +++ b/server/sonar-web/src/main/js/apps/quality-profiles/components/ProfileActions.tsx @@ -202,6 +202,7 @@ export class ProfileActions extends React.PureComponent { profile.name, profile.languageName )} + disabled={!hasAnyAction} > {actions.edit && (