Skip to content

Commit 551aec8

Browse files
authored
Merge pull request #831 from MetaCell/feature/netpyne-217
disable validation
2 parents 783dc53 + 77d4598 commit 551aec8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webapp/components/definition/cellRules/NetPyNECellRule.js

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ class NetPyNECellRule extends React.Component {
3333
// Rename the population in Python
3434
Utils.renameKey('netParams.cellParams', storedValue, newValue, (response, newValue) => {
3535
this.renaming = false;
36+
// TODO: this logic below needs a cleanup across components, and also, why this is not handled in the python controlled capabilities
37+
// if the logic we have here is mostly repeated across multiple components?
38+
this.props.updateCards();
3639
});
3740
this.renaming = true;
3841
});

0 commit comments

Comments
 (0)