mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
chore(sqllab): Remove table metadata from state (#24371)
This commit is contained in:
@@ -666,7 +666,6 @@ const SqlEditor = ({
|
||||
onBlur={setQueryEditorAndSaveSql}
|
||||
onChange={onSqlChanged}
|
||||
queryEditorId={queryEditor.id}
|
||||
database={database}
|
||||
extendedTables={tables}
|
||||
height={`${aceEditorHeight}px`}
|
||||
hotkeys={hotkeys}
|
||||
|
||||
Reference in New Issue
Block a user