1
0
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:
Rokt33r
2015-07-25 12:07:09 +09:00
parent 8c3510413a
commit 4df489bd10
6 changed files with 161 additions and 13 deletions

View File

@@ -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