Skip to content

Commit

Permalink
fix(groups): unable to edit name #204
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed May 23, 2019
1 parent 534214e commit 9247d9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/client/containers/Modals/EditGroupModal.jsx
Expand Up @@ -64,6 +64,10 @@ class EditGroupModal extends React.Component {
this.props.updateGroup(payload)
}
onInputChange (e) {
this.name = e.target.value
}
render () {
const mappedAccounts = this.props.accounts
.map(account => {
Expand Down

0 comments on commit 9247d9e

Please sign in to comment.