We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 930b1af commit 739472cCopy full SHA for 739472c
1 file changed
webapp/components/definition/populations/NetPyNEPopulation.js
@@ -282,7 +282,7 @@ del pattern['startMin']`
282
<NetPyNETextField
283
fullWidth
284
variant="filled"
285
- model={`netParams.popParams['${this.props.name}']['spikePattern']['freq']`}
+ model={`netParams.popParams['${this.props.name}']['spikePattern']['freqStd']`}
286
/>
287
</NetPyNEField>
288
0 commit comments