Fix the edit-list when there are no items and the number of options is set to unlimited

This commit is contained in:
Kevin MacMartin 2023-05-23 23:06:51 -04:00
parent c6d298a8b9
commit e1da7267b3

View file

@ -22,7 +22,9 @@
@if($filter)
@if(!$paginate)
<input id="filter-input" class="search" placeholder="Filter" />
@if(count($rows) > 0)
<input id="filter-input" class="search" placeholder="Filter" />
@endif
@else
<form
id="search-form"