Merge pull request #423 from nickago/MM-1888

MM-1888 Added blank href to make tab recognize and jump to it
This commit is contained in:
Corey Hulen
2015-08-20 13:46:40 -07:00

View File

@@ -20,7 +20,7 @@ module.exports = React.createClass({
<hr />
{ server_error }
{ clientError }
{ this.props.submit ? <a className="btn btn-sm btn-primary" onClick={this.props.submit}>Submit</a> : "" }
{ this.props.submit ? <a className="btn btn-sm btn-primary" href="#" onClick={this.props.submit}>Submit</a> : "" }
<a className="btn btn-sm theme" href="#" onClick={this.props.updateSection}>Cancel</a>
</li>
</ul>