Skip to content

Commit

Permalink
🐞 Increase default pagination size (#427)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#1095
  • Loading branch information
Findeton authored Jun 10, 2024
1 parent 76ef1d1 commit a04069c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avAdmin/admin-directives/elcensus/elcensus.js
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ angular.module('avAdmin')
ElectionsApi.getCensus(
scope.election,
scope.page,
null,
30,
scope.filterStr,
scope.filterOptions)
.then(function(el) {
Expand Down

0 comments on commit a04069c

Please sign in to comment.