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 e28fb11 commit c55f7b7Copy full SHA for c55f7b7
packages/app/src/app/overmind/namespaces/editor/actions.ts
@@ -157,6 +157,7 @@ export const sandboxChanged: AsyncAction<{ id: string }> = withLoadApp<{
157
}
158
state.editor.error = detail || error.message;
159
state.editor.isLoading = false;
160
+ return;
161
162
163
const sandbox = state.editor.currentSandbox!;
0 commit comments