Skip to content

Commit 5f3e163

Browse files
Maintain environment variables state
Co-authored-by: Saikrishna321 <[email protected]>
1 parent d7d9dde commit 5f3e163

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/common/renderer/reducers/Inspector.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ export default function inspector(state = INITIAL_STATE, action) {
196196
case QUIT_SESSION_DONE:
197197
return {
198198
...INITIAL_STATE,
199+
environmentVariables: state.environmentVariables,
199200
};
200201

201202
case SESSION_DONE:

0 commit comments

Comments
 (0)