mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(sqllab): per-tab hide left bar (#13288)
* fix (sqllab): per-tab hide left bar * Load state when switching tabs
This commit is contained in:
@@ -141,6 +141,7 @@ class TabStateView(BaseSupersetView):
|
||||
schema=query_editor.get("schema"),
|
||||
sql=query_editor.get("sql", "SELECT ..."),
|
||||
query_limit=query_editor.get("queryLimit"),
|
||||
hide_left_bar=query_editor.get("hideLeftBar"),
|
||||
)
|
||||
(
|
||||
db.session.query(TabState)
|
||||
|
||||
Reference in New Issue
Block a user