mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
fix(sqllab): unable to update saved queries (#31639)
This commit is contained in:
@@ -1204,6 +1204,7 @@ export function popSavedQuery(saveQueryId) {
|
||||
schema: queryEditorProps.schema,
|
||||
sql: queryEditorProps.sql,
|
||||
templateParams: queryEditorProps.templateParams,
|
||||
remoteId: queryEditorProps.remoteId,
|
||||
};
|
||||
return dispatch(addQueryEditor(tmpAdaptedProps));
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user