Skip to content

Commit 20b0c73

Browse files
authored
Close modal after generating sandbox (#4502)
1 parent 7050c1b commit 20b0c73

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/components/CreateNewSandbox/CreateSandbox/Import

1 file changed

+1
-1
lines changed

packages/app/src/app/components/CreateNewSandbox/CreateSandbox/Import/Import.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const Import = () => {
118118
as={Link}
119119
to={gitHubToSandboxUrl(url)}
120120
onClick={() => {
121-
actions.modalClosed();
121+
actions.modals.newSandboxModal.close();
122122
}}
123123
>
124124
Generate Sandbox

0 commit comments

Comments
 (0)