fix(sqllab): preserve saved query description when editing (#41685)

(cherry picked from commit de5a233ccf)
This commit is contained in:
Mehmet Salih Yavuz
2026-07-07 10:19:25 +03:00
committed by Joe Li
parent f94de107b4
commit e12c08b0ea
4 changed files with 53 additions and 4 deletions

View File

@@ -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,