Skip to content

Commit

Permalink
Add remoteId from request result to the editor state
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianPendrak committed Dec 28, 2024
1 parent 640dac1 commit 4488e5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/SqlLab/actions/sqlLab.js
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,7 @@ export function popSavedQuery(saveQueryId) {
schema: queryEditorProps.schema,
sql: queryEditorProps.sql,
templateParams: queryEditorProps.templateParams,
remoteId: queryEditorProps.remoteId,
};
return dispatch(addQueryEditor(tmpAdaptedProps));
})
Expand Down

0 comments on commit 4488e5c

Please sign in to comment.