diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/quality-gates/components/Condition.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/quality-gates/components/Condition.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-gates/components/Condition.tsx b/server/sonar-web/src/main/js/apps/quality-gates/components/Condition.tsx index fccf560a466..c5e3c2be471 100644 --- a/server/sonar-web/src/main/js/apps/quality-gates/components/Condition.tsx +++ b/server/sonar-web/src/main/js/apps/quality-gates/components/Condition.tsx @@ -18,10 +18,10 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ import * as React from 'react'; -import Checkbox from '../../../components/controls/Checkbox'; import DeleteConditionForm from './DeleteConditionForm'; -import Select from '../../../components/controls/Select'; import ThresholdInput from './ThresholdInput'; +import Checkbox from '../../../components/controls/Checkbox'; +import Select from '../../../components/controls/Select'; import { Condition as ICondition, ConditionBase, |