We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3fb2e commit 26b2170Copy full SHA for 26b2170
1 file changed
webapp/components/definition/stimulationSources/NetPyNEStimulationSource.js
@@ -37,15 +37,13 @@ class NetPyNEStimulationSource extends React.Component {
37
errorDetails: undefined,
38
};
39
this.stimSourceTypeOptions = [
40
+ { type: 'NetStim' },
41
{ type: 'IClamp' },
42
{ type: 'VClamp' },
43
{ type: 'SEClamp' },
- { type: 'NetStim' },
44
{ type: 'AlphaSynapse' },
45
];
46
- this.handleStimSourceTypeChange = this.handleStimSourceTypeChange.bind(
47
- this,
48
- );
+ this.handleStimSourceTypeChange = this.handleStimSourceTypeChange.bind(this);
49
}
50
51
UNSAFE_componentWillReceiveProps (nextProps) {
0 commit comments