diff --git a/src/Http/Controllers/Subscribers/SubscribersController.php b/src/Http/Controllers/Subscribers/SubscribersController.php index 8432833c..b87ede05 100644 --- a/src/Http/Controllers/Subscribers/SubscribersController.php +++ b/src/Http/Controllers/Subscribers/SubscribersController.php @@ -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'));