Skip to content

Commit

Permalink
fix project changes preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Nov 7, 2024
1 parent c1d5504 commit 3ed3d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/project-editor/features/changes/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ async function getRevisionProject(

progressCallback(50);

const revisionProjectStore = new ProjectStore({ type: "read-only" });
const revisionProjectStore = new ProjectStore({ type: "project-editor" });

runInAction(() => {
revisionProjectStore.setProject(
Expand Down

0 comments on commit 3ed3d37

Please sign in to comment.