|
|
|
@ -75,7 +75,10 @@ class MemoDetailMDEditor extends Component {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
onCommit = () => {
|
|
|
|
|
|
|
|
|
|
if(this.props.checkIfLogin()===false){
|
|
|
|
|
this.props.showLoginDialog()
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
if(this.props.checkIfProfileCompleted()===false){
|
|
|
|
|
this.props.showhideAccountPhoneemailDialog()
|
|
|
|
|
return
|
|
|
|
|