Skip to content

Commit

Permalink
fix cacheKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Sep 30, 2023
1 parent d30e78c commit 2721d81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PowerGridComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ 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 2721d81

Please sign in to comment.