diff --git a/public/app/features/expressions/ExpressionQueryEditor.tsx b/public/app/features/expressions/ExpressionQueryEditor.tsx index 095965c0be3..f2fa4580b67 100644 --- a/public/app/features/expressions/ExpressionQueryEditor.tsx +++ b/public/app/features/expressions/ExpressionQueryEditor.tsx @@ -1,8 +1,7 @@ // Libraries import React, { PureComponent, ChangeEvent } from 'react'; -import { InlineFormLabel, LegacyForms } from '@grafana/ui'; -const { Select, FormField } = LegacyForms; +import { InlineField, InlineFieldRow, Input, Select, TextArea } from '@grafana/ui'; import { SelectableValue, ReducerID, QueryEditorProps } from '@grafana/data'; // Types @@ -127,32 +126,39 @@ export class ExpressionQueryEditor extends PureComponent { return (
-
- - - - )} -
+ +