Skip to content

Commit

Permalink
1646 fix updated search with custom page name (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmedia authored Aug 20, 2024
1 parent 38efc2b commit b7cb76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PowerGridComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function updatedPage(): void

public function updatedSearch(): void
{
$this->gotoPage(1);
$this->gotoPage(1, data_get($this->setUp, 'footer.pageName'));

if ($this->hasLazyEnabled) {
$this->additionalCacheKey = uniqid();
Expand Down

0 comments on commit b7cb76b

Please sign in to comment.