Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/268#discussion_r24805595 --- Diff: app/addons/documents/index-editor/components.react.jsx --- @@ -24,19 +24,21 @@ function(app, FauxtonAPI, React, Stores, Actions, Components, beautifyHelper) { var indexEditorStore = Stores.indexEditorStore; var getDocUrl = app.helpers.getDocUrl; - var ToggleButton = React.createClass({ - - render: function() { + // global component + var StyledSelect = React.createClass({ --- End diff -- Nice, are you going to move this somewhere more general so we can is it elsewhere?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---