Skip to content

Commit 739472c

Browse files
committed
NETPYNE-172: fixing one field
1 parent 930b1af commit 739472c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/components/definition/populations/NetPyNEPopulation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ del pattern['startMin']`
282282
<NetPyNETextField
283283
fullWidth
284284
variant="filled"
285-
model={`netParams.popParams['${this.props.name}']['spikePattern']['freq']`}
285+
model={`netParams.popParams['${this.props.name}']['spikePattern']['freqStd']`}
286286
/>
287287
</NetPyNEField>
288288

0 commit comments

Comments
 (0)