mirror of
https://github.com/apache/superset.git
synced 2026-07-18 12:45:44 +00:00
fix(sqllab): preserve saved query description when editing (#41685)
This commit is contained in:
committed by
GitHub
parent
c846da8dfb
commit
de5a233ccf
@@ -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