Skip to content

Commit c55f7b7

Browse files
committed
Add another return
1 parent e28fb11 commit c55f7b7

File tree

1 file changed

+1
-0
lines changed
  • packages/app/src/app/overmind/namespaces/editor

1 file changed

+1
-0
lines changed

packages/app/src/app/overmind/namespaces/editor/actions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ export const sandboxChanged: AsyncAction<{ id: string }> = withLoadApp<{
157157
}
158158
state.editor.error = detail || error.message;
159159
state.editor.isLoading = false;
160+
return;
160161
}
161162

162163
const sandbox = state.editor.currentSandbox!;

0 commit comments

Comments
 (0)