We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47240c3 commit 6692d16Copy full SHA for 6692d16
packages/app/src/app/overmind/namespaces/profile/actions.ts
@@ -87,7 +87,7 @@ export const newSandboxShowcaseSelected: AsyncAction<string> = async (
87
{ state, effects },
88
id
89
) => {
90
- state.profile.showSelectSandboxModal = false;
+ state.currentModal = null;
91
state.profile.profiles[
92
state.profile.currentProfileId
93
].showcasedSandboxShortid = id;
0 commit comments