mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
colspan obviously wrong..
This commit is contained in:
parent
d96ec03bc9
commit
afb6050eed
@ -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