We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ae520 commit 3d29f57Copy full SHA for 3d29f57
1 file changed
webapp/redux/reducers/general.js
@@ -11,7 +11,7 @@ export const GENERAL_DEFAULT_STATE = {
11
dialogOpen: false,
12
dialogTitle: '',
13
dialogMessage: '',
14
- automaticSimulation: true,
+ automaticSimulation: false,
15
automaticInstantiation: true
16
};
17
0 commit comments