Skip to content

Commit

Permalink
Merge pull request #122 from mettle/bugfix/subscribers-pagination-que…
Browse files Browse the repository at this point in the history
…ry-string

Keep query string for subscribers pagination
  • Loading branch information
JonoB authored Apr 30, 2021
2 parents c032285 + 045849e commit 168e09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/Subscribers/SubscribersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function index(): View
['tags'],
50,
request()->all()
);
)->withQueryString();
$tags = $this->tagRepo->pluck(Sendportal::currentWorkspaceId(), 'name', 'id');

return view('sendportal::subscribers.index', compact('subscribers', 'tags'));
Expand Down

0 comments on commit 168e09c

Please # to comment.