mirror of
https://github.com/apache/superset.git
synced 2026-07-30 02:22:31 +00:00
fix(sqllab): preserve saved query description when editing (#41685)
(cherry picked from commit de5a233ccf)
This commit is contained in:
committed by
Joe Li
parent
f94de107b4
commit
e12c08b0ea
@@ -1245,6 +1245,7 @@ export function popSavedQuery(saveQueryId) {
|
||||
};
|
||||
const tmpAdaptedProps = {
|
||||
name: queryEditorProps.name,
|
||||
description: queryEditorProps.description,
|
||||
dbId: queryEditorProps.database.id,
|
||||
catalog: queryEditorProps.catalog,
|
||||
schema: queryEditorProps.schema,
|
||||
|
||||
Reference in New Issue
Block a user