Skip to content

Commit 6692d16

Browse files
committed
Resolve discussions
1 parent 47240c3 commit 6692d16

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/overmind/namespaces/profile

1 file changed

+1
-1
lines changed

packages/app/src/app/overmind/namespaces/profile/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const newSandboxShowcaseSelected: AsyncAction<string> = async (
8787
{ state, effects },
8888
id
8989
) => {
90-
state.profile.showSelectSandboxModal = false;
90+
state.currentModal = null;
9191
state.profile.profiles[
9292
state.profile.currentProfileId
9393
].showcasedSandboxShortid = id;

0 commit comments

Comments
 (0)