mirror of
https://github.com/apache/superset.git
synced 2026-07-18 12:45:44 +00:00
refactor(sqllab): Remove tableOptions from redux state (#23488)
This commit is contained in:
@@ -587,18 +587,6 @@ export default function sqlLabReducer(state = {}, action) {
|
||||
),
|
||||
};
|
||||
},
|
||||
[actions.QUERY_EDITOR_SET_TABLE_OPTIONS]() {
|
||||
return {
|
||||
...state,
|
||||
...alterUnsavedQueryEditorState(
|
||||
state,
|
||||
{
|
||||
tableOptions: action.options,
|
||||
},
|
||||
action.queryEditor.id,
|
||||
),
|
||||
};
|
||||
},
|
||||
[actions.QUERY_EDITOR_SET_TITLE]() {
|
||||
return {
|
||||
...state,
|
||||
|
||||
Reference in New Issue
Block a user