aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/app/components/extensions
diff options
context:
space:
mode:
authorViktor Vorona <viktor.vorona@sonarsource.com>2024-05-02 15:19:58 +0200
committersonartech <sonartech@sonarsource.com>2024-05-03 20:02:50 +0000
commitc56851e2ee25bebffd05980dcabd5ae31c8ee1a0 (patch)
tree6b594892e085af043e273d1f66aa921473abbeba /server/sonar-web/src/main/js/app/components/extensions
parentd0eae15ce508fb65f718ef7167aa3cfca698a8e8 (diff)
downloadsonarqube-c56851e2ee25bebffd05980dcabd5ae31c8ee1a0.tar.gz
sonarqube-c56851e2ee25bebffd05980dcabd5ae31c8ee1a0.zip
SONAR-22168 Align Component and mockComponent
Diffstat (limited to 'server/sonar-web/src/main/js/app/components/extensions')
-rw-r--r--server/sonar-web/src/main/js/app/components/extensions/CreateApplicationForm.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/app/components/extensions/CreateApplicationForm.tsx b/server/sonar-web/src/main/js/app/components/extensions/CreateApplicationForm.tsx
index 74f8f67cafe..412f325edd5 100644
--- a/server/sonar-web/src/main/js/app/components/extensions/CreateApplicationForm.tsx
+++ b/server/sonar-web/src/main/js/app/components/extensions/CreateApplicationForm.tsx
@@ -26,11 +26,10 @@ import {
RadioButton,
} from 'design-system';
import * as React from 'react';
-import { ComponentQualifier } from '~sonar-aligned/types/component';
+import { ComponentQualifier, Visibility } from '~sonar-aligned/types/component';
import { createApplication } from '../../../api/application';
import MandatoryFieldsExplanation from '../../../components/ui/MandatoryFieldsExplanation';
import { translate } from '../../../helpers/l10n';
-import { Visibility } from '../../../types/component';
interface Props {
onClose: () => void;