Skip to content

Commit

Permalink
Match previous context key format
Browse files Browse the repository at this point in the history
  • Loading branch information
sg committed Jan 2, 2025
1 parent a48527f commit b2a1ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/state/savedGraphs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,5 @@ export const openedProjectsSortedIdsState = atom(
);

export const projectContextState = atomFamily((projectId: ProjectId) =>
atomWithStorage<ProjectContext>(`projectContext-${projectId}`, {}, storage),
atomWithStorage<ProjectContext>(`projectContext__"${projectId}"`, {}, storage),
);

0 comments on commit b2a1ffd

Please sign in to comment.