diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/projectsManagement/ProjectRowActions.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/projectsManagement/ProjectRowActions.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/projectsManagement/ProjectRowActions.tsx b/server/sonar-web/src/main/js/apps/projectsManagement/ProjectRowActions.tsx index 6052dafce1b..75979d7907a 100644 --- a/server/sonar-web/src/main/js/apps/projectsManagement/ProjectRowActions.tsx +++ b/server/sonar-web/src/main/js/apps/projectsManagement/ProjectRowActions.tsx @@ -19,12 +19,12 @@ */ import { ActionsDropdown, ItemButton, ItemLink, PopupZLevel, Spinner } from 'design-system'; import React, { useState } from 'react'; +import { throwGlobalError } from '~sonar-aligned/helpers/error'; import { getComponentNavigation } from '../../api/navigation'; import { Project } from '../../api/project-management'; import { translate, translateWithParameters } from '../../helpers/l10n'; import { getComponentPermissionsUrl } from '../../helpers/urls'; import { useGithubProvisioningEnabledQuery } from '../../queries/identity-provider/github'; -import { throwGlobalError } from '../../sonar-aligned/helpers/error'; import { LoggedInUser } from '../../types/users'; import ApplyTemplate from '../permissions/project/components/ApplyTemplate'; import RestoreAccessModal from './RestoreAccessModal'; |