fix(sqllab): missing column meta on autocomplete (#24611)

Co-authored-by: Justin Park <justinpark@apache.org>
This commit is contained in:
JUST.in DO IT
2023-07-11 11:02:06 -07:00
committed by GitHub
parent 7aa9f35808
commit ca8c8d2ad3
5 changed files with 35 additions and 18 deletions

View File

@@ -666,7 +666,6 @@ const SqlEditor = ({
onBlur={setQueryEditorAndSaveSql}
onChange={onSqlChanged}
queryEditorId={queryEditor.id}
extendedTables={tables}
height={`${aceEditorHeight}px`}
hotkeys={hotkeys}
/>