Move membership section above long description textarea
This commit is contained in:
parent
7df3335570
commit
626f007f4e
1 changed files with 1 additions and 0 deletions
|
@ -890,6 +890,7 @@ export default React.createClass({
|
|||
</AccessibleButton>,
|
||||
);
|
||||
bodyNodes = [
|
||||
this._getMembershipSection(),
|
||||
<textarea className="mx_GroupView_editLongDesc"
|
||||
value={this.state.profileForm.long_description}
|
||||
onChange={this._onLongDescChange}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue