Skip to content

Commit 8450445

Browse files
committed
Fix updating environment variables components
1 parent 166db56 commit 8450445

File tree

1 file changed

+1
-0
lines changed
  • packages/app/src/app/overmind/effects/utils

1 file changed

+1
-0
lines changed

packages/app/src/app/overmind/effects/utils/sandbox.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export function transformSandbox(sandbox: Sandbox) {
2222
// We need to add client side properties for tracking
2323
return {
2424
...sandbox,
25+
environmentVariables: null,
2526
modules: sandbox.modules.map(transformModule),
2627
directories: sandbox.directories.map(transformDirectory),
2728
};

0 commit comments

Comments
 (0)