1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-07-19 19:26:04 +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
+1 -1
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