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 cec6282 commit c52f702Copy full SHA for c52f702
packages/app/src/app/overmind/namespaces/editor/actions.ts
@@ -306,6 +306,7 @@ export const forkSandboxClicked: AsyncAction = async ({
306
}) => {
307
if (
308
state.editor.currentSandbox.owned &&
309
+ !state.editor.currentSandbox.customTemplate &&
310
!effects.browser.confirm('Do you want to fork your own sandbox?')
311
) {
312
return;
0 commit comments