We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54c5c5 commit c5f884aCopy full SHA for c5f884a
webapp/components/definition/populations/NetPyNEPopulation.js
@@ -560,12 +560,11 @@ netpyne_geppetto.netParams.popParams['${this.props.name}']['pulses'].pop(${index
560
}
561
562
resetError () {
563
+ const { updateCards } = this.props;
564
this.setState({
565
errorMessage: undefined,
566
errorDetails: undefined,
- }, () => {
567
- this.props.updateCards();
568
- });
+ }, updateCards());
569
570
571
render () {
0 commit comments