Skip to content

Commit 3d29f57

Browse files
committed
auto simulation set to false
1 parent f0ae520 commit 3d29f57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/redux/reducers/general.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const GENERAL_DEFAULT_STATE = {
1111
dialogOpen: false,
1212
dialogTitle: '',
1313
dialogMessage: '',
14-
automaticSimulation: true,
14+
automaticSimulation: false,
1515
automaticInstantiation: true
1616
};
1717

0 commit comments

Comments
 (0)