garrensmith commented on a change in pull request #950: Simplify Mango/Query
panel layout
URL: https://github.com/apache/couchdb-fauxton/pull/950#discussion_r132199182
##########
File path: app/addons/documents/mango/mango.components.js
##########
@@ -143,64 +134,56 @@ var MangoEditor = React.createClass({
title={this.props.title}
docLink={this.props.docs}
defaultCode={this.props.exampleCode} />
- {this.getChangedQueryText()}
</PaddedBorderedBox>
- {this.getIndexBox()}
<div className="padded-box">
- <div className="control-group">
- <ConfirmButton text={this.props.confirmbuttonText}
id="create-index-btn" showIcon={false} />
+ <div className="controls-group">
+ <button type="submit" id="create-index-btn" className="btn
btn-primary btn-space" onClick={this.setExplainFalse}>Run Query</button>
Review comment:
Where is the function `this.setExplainFalse`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services