aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/SourceViewer/SourceViewer.tsx
diff options
context:
space:
mode:
authorViktor Vorona <viktor.vorona@sonarsource.com>2024-04-24 14:52:52 +0200
committerMatteo Mara <matteo.mara@sonarsource.com>2024-04-30 10:59:03 +0200
commitcdeb0429be4e9e4c1590e2333bd780e5fa9d1a65 (patch)
treef4fad82d3127882f1f64e52469eb9faddd8601db /server/sonar-web/src/main/js/components/SourceViewer/SourceViewer.tsx
parent57b2e33c8c321d3297631de46e1fda374e3b17d8 (diff)
downloadsonarqube-cdeb0429be4e9e4c1590e2333bd780e5fa9d1a65.tar.gz
sonarqube-cdeb0429be4e9e4c1590e2333bd780e5fa9d1a65.zip
SONAR-22049 Align getComponentIssuesUrl and getComponentSecurityHotspotsUrl
Diffstat (limited to 'server/sonar-web/src/main/js/components/SourceViewer/SourceViewer.tsx')
-rw-r--r--server/sonar-web/src/main/js/components/SourceViewer/SourceViewer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/SourceViewer/SourceViewer.tsx b/server/sonar-web/src/main/js/components/SourceViewer/SourceViewer.tsx
index 07ba7e6bfb0..49c1aaac719 100644
--- a/server/sonar-web/src/main/js/components/SourceViewer/SourceViewer.tsx
+++ b/server/sonar-web/src/main/js/components/SourceViewer/SourceViewer.tsx
@@ -21,6 +21,7 @@
import { FlagMessage } from 'design-system';
import { intersection } from 'lodash';
import * as React from 'react';
+import { getBranchLikeQuery } from '~sonar-aligned/helpers/branch-like';
import {
getComponentData,
getComponentForSourceViewer,
@@ -31,7 +32,6 @@ import { ComponentContext } from '../../app/components/componentContext/Componen
import { isSameBranchLike } from '../../helpers/branch-like';
import { translate } from '../../helpers/l10n';
import { HttpStatus } from '../../helpers/request';
-import { getBranchLikeQuery } from '../../sonar-aligned/helpers/branch-like';
import { BranchLike } from '../../types/branch-like';
import { ComponentQualifier } from '../../types/component';
import {