From e1da7267b37e05d1bea475c778b1f3a5b05ed477 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 23 May 2023 23:06:51 -0400 Subject: [PATCH] Fix the edit-list when there are no items and the number of options is set to unlimited --- resources/views/dashboard/pages/edit-list.blade.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/views/dashboard/pages/edit-list.blade.php b/resources/views/dashboard/pages/edit-list.blade.php index 03b0c8d..40160e1 100644 --- a/resources/views/dashboard/pages/edit-list.blade.php +++ b/resources/views/dashboard/pages/edit-list.blade.php @@ -22,7 +22,9 @@ @if($filter) @if(!$paginate) - + @if(count($rows) > 0) + + @endif @else