Updated EditProfileModal to close after clicking save
• Updated: - EditProfileModal to close after clicking save
This commit is contained in:
parent
89225194ed
commit
6085fc2213
|
@ -99,7 +99,7 @@ class EditProfileModal extends ImmutablePureComponent {
|
||||||
if (account.get('header_static') !== headerSrc) obj.header = headerSrc
|
if (account.get('header_static') !== headerSrc) obj.header = headerSrc
|
||||||
|
|
||||||
this.props.onSave(obj, this.handleOnClose)
|
this.props.onSave(obj, this.handleOnClose)
|
||||||
//this.handleOnClose()
|
this.handleOnClose()
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|
Loading…
Reference in New Issue