mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +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:
@@ -33,6 +33,7 @@ const PERSISTENT_QUERY_EDITOR_KEYS = new Set([
|
||||
'sql',
|
||||
'templateParams',
|
||||
'title',
|
||||
'hideLeftBar',
|
||||
]);
|
||||
|
||||
export function emptyQueryResults(queries) {
|
||||
|
||||
Reference in New Issue
Block a user