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 a3eda93 commit 07cff78Copy full SHA for 07cff78
packages/app/src/app/overmind/namespaces/editor/internalActions.ts
@@ -317,6 +317,7 @@ export const forkSandbox: AsyncAction<{
317
effects.notificationToast.success('Forked sandbox!');
318
effects.router.updateSandboxUrl(forkedSandbox);
319
} catch (error) {
320
+ console.error(error);
321
effects.notificationToast.error('Sorry, unable to fork this sandbox');
322
}
323
0 commit comments