mirror of
https://github.com/apache/superset.git
synced 2026-05-29 20:29:34 +00:00
chore(sqllab): Remove schemaOptions from redux store (#23257)
This commit is contained in:
@@ -188,13 +188,6 @@ export const defaultQueryEditor = {
|
||||
tableOptions: [],
|
||||
functionNames: [],
|
||||
hideLeftBar: false,
|
||||
schemaOptions: [
|
||||
{
|
||||
value: 'main',
|
||||
label: 'main',
|
||||
title: 'main',
|
||||
},
|
||||
],
|
||||
templateParams: '{}',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user