mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
chore(sqllab): Remove functionNames from sqlLab state (#24026)
This commit is contained in:
@@ -29,7 +29,6 @@ import querystring from 'query-string';
|
||||
|
||||
import {
|
||||
queryEditorSetDb,
|
||||
queryEditorSetFunctionNames,
|
||||
addTable,
|
||||
removeTables,
|
||||
collapseTable,
|
||||
@@ -142,7 +141,6 @@ const SqlEditorLeftBar = ({
|
||||
const onDbChange = ({ id: dbId }: { id: number }) => {
|
||||
setEmptyState(false);
|
||||
dispatch(queryEditorSetDb(queryEditor, dbId));
|
||||
dispatch(queryEditorSetFunctionNames(queryEditor, dbId));
|
||||
};
|
||||
|
||||
const selectedTableNames = useMemo(
|
||||
|
||||
Reference in New Issue
Block a user