diff --git a/client/app/components/QueryEditor.jsx b/client/app/components/QueryEditor.jsx index 008ede9d49..f5127e26f7 100644 --- a/client/app/components/QueryEditor.jsx +++ b/client/app/components/QueryEditor.jsx @@ -180,6 +180,7 @@ class QueryEditor extends React.Component { setOptions={{ behavioursEnabled: true, enableSnippets: true, + enableBasicAutocompletion: true, enableLiveAutocompletion: this.state.autocompleteQuery, autoScrollEditorIntoView: true, }} @@ -201,7 +202,7 @@ class QueryEditor extends React.Component { - +