fix(sqllab): autosync fail on migrated queryEditor (#26922)

This commit is contained in:
JUST.in DO IT
2024-01-31 11:19:55 -08:00
committed by GitHub
parent 4b85af2586
commit 62993c2fba
2 changed files with 9 additions and 3 deletions

View File

@@ -477,6 +477,7 @@ export function migrateQueryEditorFromLocalStorage(
const newQueryEditor = {
...queryEditor,
id: json.id.toString(),
inLocalStorage: false,
};
dispatch({
type: MIGRATE_QUERY_EDITOR,