diff options
author | Viktor Vorona <viktor.vorona@sonarsource.com> | 2024-04-22 14:35:10 +0200 |
---|---|---|
committer | Matteo Mara <matteo.mara@sonarsource.com> | 2024-04-30 10:59:03 +0200 |
commit | b1926c0127b9765afd449c90f415027a4341caad (patch) | |
tree | d1c530593bd069b39405c256a159af1634e5cd42 /server/sonar-web/src/main/js/apps/projectQualityProfiles | |
parent | d6bcc16d72c2084dac48582bc9a6f4fd7c6ab042 (diff) | |
download | sonarqube-b1926c0127b9765afd449c90f415027a4341caad.tar.gz sonarqube-b1926c0127b9765afd449c90f415027a4341caad.zip |
SONAR-22049 Align HelpTooltip And DocHelpTooltip (DocumentationTooltip)
Diffstat (limited to 'server/sonar-web/src/main/js/apps/projectQualityProfiles')
-rw-r--r-- | server/sonar-web/src/main/js/apps/projectQualityProfiles/ProjectQualityProfilesAppRenderer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/projectQualityProfiles/ProjectQualityProfilesAppRenderer.tsx b/server/sonar-web/src/main/js/apps/projectQualityProfiles/ProjectQualityProfilesAppRenderer.tsx index 9b4128d882e..791fbddc4aa 100644 --- a/server/sonar-web/src/main/js/apps/projectQualityProfiles/ProjectQualityProfilesAppRenderer.tsx +++ b/server/sonar-web/src/main/js/apps/projectQualityProfiles/ProjectQualityProfilesAppRenderer.tsx @@ -38,10 +38,10 @@ import * as React from 'react'; import { Helmet } from 'react-helmet-async'; import { Profile } from '../../api/quality-profiles'; import A11ySkipTarget from '../../components/a11y/A11ySkipTarget'; -import HelpTooltip from '../../components/controls/HelpTooltip'; import Suggestions from '../../components/embed-docs-modal/Suggestions'; import { translate } from '../../helpers/l10n'; import { getRulesUrl } from '../../helpers/urls'; +import HelpTooltip from '../../sonar-aligned/components/controls/HelpTooltip'; import { Component } from '../../types/types'; import BuiltInQualityProfileBadge from '../quality-profiles/components/BuiltInQualityProfileBadge'; import AddLanguageModal from './components/AddLanguageModal'; |