popojargo commented on a change in pull request #1036: move revision browser to
use redux
URL: https://github.com/apache/couchdb-fauxton/pull/1036#discussion_r159356406
##########
File path: app/addons/documents/index-results/components/results/TableRow.js
##########
@@ -93,7 +93,7 @@ export default class TableRow extends React.Component {
}
return (
- <td className="tableview-el-last" onClick={this.onClick}>
+ <td className="tableview-el-last" onClick={this.onClick.bind(this)}>
Review comment:
@garrensmith Sure, I'll work on it after the setup pr :)
----------------------------------------------------------------
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