mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 18:56:22 +00:00
Contact Modal追加
This commit is contained in:
@@ -22,7 +22,6 @@ module.exports = React.createClass({
|
||||
return {
|
||||
currentTab: 'userInfo',
|
||||
user: {
|
||||
name: user.name,
|
||||
profileName: user.profileName,
|
||||
email: user.email
|
||||
},
|
||||
@@ -116,10 +115,6 @@ module.exports = React.createClass({
|
||||
<label>Profile Name</label>
|
||||
<input valueLink={this.linkState('user.profileName')}/>
|
||||
</div>
|
||||
<div className='formField'>
|
||||
<label>Name</label>
|
||||
<input valueLink={this.linkState('user.name')}/>
|
||||
</div>
|
||||
<div className='formField'>
|
||||
<label>E-mail</label>
|
||||
<input valueLink={this.linkState('user.email')}/>
|
||||
|
||||
Reference in New Issue
Block a user