mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-20 13:11:44 +00:00
add mail sending request & add response alerts for PersonalSettingModal & fix preventDefault bug(PersonalSettingModal)
This commit is contained in:
@@ -48,8 +48,8 @@ module.exports = React.createClass({
|
||||
if (planet != null) {
|
||||
this.transitionTo('planet', {userName: planet.userName, planetName: planet.name})
|
||||
}
|
||||
e.preventDefault()
|
||||
}
|
||||
e.preventDefault()
|
||||
},
|
||||
render: function () {
|
||||
var planets = this.props.currentUser.Planets.map(function (planet, index) {
|
||||
|
||||
Reference in New Issue
Block a user