remove commented code and move modal.close into a finally block
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
9dd2184b33
commit
4e216714b5
2 changed files with 3 additions and 3 deletions
|
@ -94,7 +94,6 @@ export default React.createClass({
|
|||
group: this.props.group,
|
||||
onFinished: () => {
|
||||
this.setState({ menuDisplayed: false });
|
||||
// this.props.refreshSubList();
|
||||
},
|
||||
});
|
||||
this.setState({ menuDisplayed: true });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue