We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7c068 commit 4f9c306Copy full SHA for 4f9c306
1 file changed
webapp/components/definition/stimulationSources/NetPyNEStimulationSources.js
@@ -42,7 +42,7 @@ export default class NetPyNEStimulationSources extends Component {
42
}
43
44
handleNewStimulationSource () {
45
- var defaultStimulationSources = { 'stim_source': { 'type': '' } };
+ var defaultStimulationSources = { 'stim_source': { 'type': 'IClamp' } };
46
var key = Object.keys(defaultStimulationSources)[0];
47
var value = defaultStimulationSources[key];
48
var model = { ...this.state.value };
0 commit comments