garrensmith commented on a change in pull request #1168: Set number of
databases per page to display
URL: https://github.com/apache/couchdb-fauxton/pull/1168#discussion_r245940884
##########
File path: app/addons/databases/actions.js
##########
@@ -110,7 +108,16 @@ export default {
FauxtonAPI.dispatch({
type: ActionTypes.DATABASES_SETPAGE,
options: {
- page: page
+ page
+ }
+ });
+ },
+
+ setLimit: function (limit) {
Review comment:
tedious but could you remove the `function` and make it fat arrows.
----------------------------------------------------------------
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