diff --git a/public/app/features/explore/QueryEditor.tsx b/public/app/features/explore/QueryEditor.tsx index 7bca9cab99b..266e6fb42df 100644 --- a/public/app/features/explore/QueryEditor.tsx +++ b/public/app/features/explore/QueryEditor.tsx @@ -73,6 +73,6 @@ export default class QueryEditor extends PureComponent { } render() { - return
(this.element = element)} style={{ width: '100%' }} />; + return
(this.element = element)} style={{ width: '100%' }} />; } }