Skip to content

Commit

Permalink
Add perPage on getCacheKeys (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev authored Sep 30, 2023
1 parent 5287882 commit 199e457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PowerGridComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ protected function getCacheKeys(): array
json_encode(['page' => $this->page]),
json_encode(['perPage' => data_get($this->setUp, 'footer.perPage')]),
json_encode(['search' => $this->search]),
json_encode(['perPage' => data_get($this->setUp, 'footer.perPage')]),
json_encode(['sortDirection' => $this->sortDirection]),
json_encode(['sortField' => $this->sortField]),
json_encode(['filters' => $this->filters]),
Expand Down

0 comments on commit 199e457

Please sign in to comment.