mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
chore(sqllab): Remove table metadata from state (#24371)
This commit is contained in:
@@ -164,9 +164,9 @@ const SqlEditorLeftBar = ({
|
||||
return true;
|
||||
});
|
||||
|
||||
tablesToAdd.forEach(tableName =>
|
||||
dispatch(addTable(queryEditor, database, tableName, schemaName)),
|
||||
);
|
||||
tablesToAdd.forEach(tableName => {
|
||||
dispatch(addTable(queryEditor, tableName, schemaName));
|
||||
});
|
||||
|
||||
dispatch(removeTables(currentTables));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user