mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
colspan obviously wrong..
This commit is contained in:
parent
594e271b2a
commit
a564e31ddb
@ -28,7 +28,7 @@ var Feature = React.createClass({
|
||||
renderEditMode: function() {
|
||||
return (
|
||||
<tr>
|
||||
<td colSpan="4">
|
||||
<td colSpan="5">
|
||||
<FeatureForm feature={this.props.feature} onSubmit={this.saveFeature} onCancel={this.toggleEditMode} />
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user