diff options
Diffstat (limited to 'server/sonar-web/src/main/js/api/project-management.ts')
-rw-r--r-- | server/sonar-web/src/main/js/api/project-management.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/api/project-management.ts b/server/sonar-web/src/main/js/api/project-management.ts index 7ac68b3f756..2cd0b6136bc 100644 --- a/server/sonar-web/src/main/js/api/project-management.ts +++ b/server/sonar-web/src/main/js/api/project-management.ts @@ -19,8 +19,9 @@ */ import { throwGlobalError } from '~sonar-aligned/helpers/error'; import { getJSON } from '~sonar-aligned/helpers/request'; +import { ComponentQualifier } from '~sonar-aligned/types/component'; import { post, postJSON } from '../helpers/request'; -import { ComponentQualifier, Visibility } from '../types/component'; +import { Visibility } from '../types/component'; import { Paging } from '../types/types'; export interface BaseSearchProjectsParameters { |