mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 10:46:32 +00:00
add mail sending request & add response alerts for PersonalSettingModal & fix preventDefault bug(PersonalSettingModal)
This commit is contained in:
@@ -56,7 +56,7 @@ module.exports = React.createClass({
|
||||
}.bind(this))
|
||||
},
|
||||
onListen: function (res) {
|
||||
if (res.status == null) return
|
||||
if (res == null || res.status == null) return
|
||||
|
||||
if (res.status === 'planetCreated') {
|
||||
var currentUser = this.state.currentUser
|
||||
|
||||
Reference in New Issue
Block a user