diff options
Diffstat (limited to 'server/sonar-web/src/main/js/components/common/DisableableSelectOption.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/components/common/DisableableSelectOption.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/common/DisableableSelectOption.tsx b/server/sonar-web/src/main/js/components/common/DisableableSelectOption.tsx index 5ca6146e233..ba057c4cc21 100644 --- a/server/sonar-web/src/main/js/components/common/DisableableSelectOption.tsx +++ b/server/sonar-web/src/main/js/components/common/DisableableSelectOption.tsx @@ -18,7 +18,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ import * as React from 'react'; -import Tooltip from 'sonar-ui-common/components/controls/Tooltip'; +import Tooltip from '../../sonar-ui-common/components/controls/Tooltip'; export interface DisableableSelectOptionProps { className?: string; |