mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
fix: add columns back into SQL Lab to Explore Flow (#22320)
This commit is contained in:
@@ -87,6 +87,7 @@ const SaveQuery = ({
|
||||
const query = useMemo(
|
||||
() => ({
|
||||
...queryEditor,
|
||||
columns,
|
||||
}),
|
||||
[queryEditor, columns],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user