mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
fix(sqllab): prevent unwanted tab switching when autocompleting table names on SQL Lab (#35992)
This commit is contained in:
committed by
GitHub
parent
d123249bd2
commit
9fbfcf0ccd
@@ -153,6 +153,7 @@ export function useKeywords(
|
||||
data.value,
|
||||
catalog,
|
||||
schema,
|
||||
false, // Don't auto-expand/switch tabs when adding via autocomplete
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user