mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(sqllab): autosync fail on migrated queryEditor (#26922)
This commit is contained in:
@@ -477,6 +477,7 @@ export function migrateQueryEditorFromLocalStorage(
|
||||
const newQueryEditor = {
|
||||
...queryEditor,
|
||||
id: json.id.toString(),
|
||||
inLocalStorage: false,
|
||||
};
|
||||
dispatch({
|
||||
type: MIGRATE_QUERY_EDITOR,
|
||||
|
||||
Reference in New Issue
Block a user