Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanasa committed Sep 7, 2023
1 parent 4b97690 commit 2d82c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProjectModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function ProjectModal({
close();
await dispatch({
type: "setOrigin",
payload: { origin: `playground:new` },
payload: { origin: "playground:new" },
});
}

Expand Down

0 comments on commit 2d82c25

Please sign in to comment.