1
0
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:
Ivar Østhus 2014-11-13 19:55:34 +01:00 committed by Ivar Conradi Østhus
parent 594e271b2a
commit a564e31ddb

View File

@ -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>