Changes to import and notifications
This commit is contained in:
@@ -57,7 +57,7 @@ public function index(ClientCase $clientCase, Request $request)
|
||||
|
||||
return Inertia::render('Cases/Index', [
|
||||
'client_cases' => $query
|
||||
->paginate(15, ['*'], 'client-cases-page')
|
||||
->paginate($request->integer('perPage', 15), ['*'], 'client-cases-page')
|
||||
->withQueryString(),
|
||||
'filters' => $request->only(['search']),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user