We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9ada5 commit 0906b6dCopy full SHA for 0906b6d
desktop/core/src/desktop/js/apps/editor/components/aceEditor/AceEditor.vue
@@ -121,6 +121,7 @@
121
setup(props, { emit }) {
122
const {
123
id,
124
+ sqlAnalyzerProvider,
125
sqlReferenceProvider,
126
executor,
127
initialCursorPosition,
@@ -514,7 +515,7 @@
514
515
};
516
517
if ((<hueWindow>window).ENABLE_PREDICT) {
- attachPredictTypeahead(editor, executor.value.connector(), this.sqlAnalyzerProvider);
518
+ attachPredictTypeahead(editor, executor.value.connector(), sqlAnalyzerProvider);
519
}
520
521
let placeholderVisible = false;
0 commit comments