diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/quality-gates/components/ThresholdInput.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/quality-gates/components/ThresholdInput.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-gates/components/ThresholdInput.tsx b/server/sonar-web/src/main/js/apps/quality-gates/components/ThresholdInput.tsx index dea0d0bde68..b832428a495 100644 --- a/server/sonar-web/src/main/js/apps/quality-gates/components/ThresholdInput.tsx +++ b/server/sonar-web/src/main/js/apps/quality-gates/components/ThresholdInput.tsx @@ -19,7 +19,7 @@ */ import { InputField, InputSelect } from 'design-system'; import * as React from 'react'; -import { LabelValueSelectOption } from '../../../components/controls/Select'; +import { LabelValueSelectOption } from '../../../helpers/search'; import { Metric } from '../../../types/types'; interface Props { |