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 76ebc7c commit ee1a9a6Copy full SHA for ee1a9a6
packages/app/src/app/overmind/namespaces/editor/actions.ts
@@ -438,14 +438,7 @@ export const forkSandboxClicked: AsyncAction = async ({
438
if (!state.editor.currentSandbox) {
439
return;
440
}
441
-
442
- if (
443
- state.editor.currentSandbox.owned &&
444
- !state.editor.currentSandbox.customTemplate
445
- ) {
446
- return;
447
- }
448
+
449
await actions.editor.internal.forkSandbox({
450
sandboxId: state.editor.currentSandbox.id,
451
});
0 commit comments