Skip to content

Commit

Permalink
Merge pull request #3 from Siesta/master
Browse files Browse the repository at this point in the history
Fix default button filter query param
  • Loading branch information
lee-to authored Jan 10, 2025
2 parents 67e0751 + aecd116 commit d23bbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExportHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public function getButton(): ActionButtonContract
throw ActionButtonException::resourceRequired();
}

$query = Arr::query(request(['filters', 'sort', 'query-tag'], []));
$query = Arr::query(request(['filter', 'sort', 'query-tag'], []));
$url = $this->getUrl();
$ts = "ts=" . time();

Expand Down

0 comments on commit d23bbf9

Please sign in to comment.