Fixed #4370 - user’s listing flashing then no results

This commit is contained in:
snipe
2017-11-02 11:19:34 -07:00
parent f095f1807c
commit 28a4293a0b
3 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ class UsersController extends Controller
$order = $request->input('order') === 'asc' ? 'asc' : 'desc';
$offset = request('offset', 0);
$limit = request('limit', 50);
$limit = request('limit', 20);
switch ($request->input('sort')) {
case 'manager':