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 62c5262 commit cd9c02fCopy full SHA for cd9c02f
packages/app/src/app/overmind/namespaces/workspace/actions.ts
@@ -185,8 +185,8 @@ export const sandboxPrivacyChanged: AsyncAction<{
185
state.editor.currentId,
186
privacy
187
);
188
- state.editor.currentSandbox.privacy = privacy;
189
state.editor.currentSandbox.previewSecret = sandbox.previewSecret;
+ state.editor.currentSandbox.privacy = privacy;
190
191
if (
192
getTemplate(state.editor.currentSandbox.template).isServer &&
0 commit comments