mirror of
https://github.com/apache/superset.git
synced 2026-09-08 16:25:03 +00:00
fix(sqllab): preserve saved query description when editing (#41685)
This commit is contained in:
@@ -1539,6 +1539,7 @@ export function popSavedQuery(
|
||||
} as Record<string, unknown>;
|
||||
const tmpAdaptedProps = {
|
||||
name: queryEditorProps.name as string,
|
||||
description: queryEditorProps.description as string,
|
||||
dbId: (queryEditorProps.database as { id: number }).id,
|
||||
catalog: queryEditorProps.catalog as string,
|
||||
schema: queryEditorProps.schema as string,
|
||||
|
||||
Reference in New Issue
Block a user