Max card count equals geared pagination size

This commit is contained in:
Andy Smith
2025-12-30 12:30:55 -06:00
parent 0eefd67b68
commit 711eec133a
6 changed files with 12 additions and 11 deletions
@@ -5,7 +5,7 @@ export default class extends Controller {
static targets = [ "item", "counter" ]
static values = {
propertyName: String,
maxValue: { type: Number, default: 20 }
maxValue: { type: Number, default: 15 } // should match first geared pagination page size
}
initialize() {