Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
frknasir committed May 3, 2022
1 parent 352c440 commit dcc92c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/tile.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</div>
</div>
<!-- Filters -->
@if (!empty($table->searchColumns) || !empty($table->availableFilters))
@if (!empty($table->searchableColumns) || !empty($table->availableFilters))
<section x-data="{ open: false }" aria-labelledby="filter-heading" class="relative z-10 border-t border-b border-gray-200 grid items-center">
<h2 id="filter-heading" class="sr-only">Filters</h2>
@if (!empty($table->availableFilters))
Expand Down Expand Up @@ -55,7 +55,7 @@
</div>
</div>
@endif
@if (!empty($table->searchColumns))
@if (!empty($table->searchableColumns))
<div class="col-start-1 row-start-1 py-4">
<div class="flex justify-end max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="relative inline-block rounded-md">
Expand Down

0 comments on commit dcc92c1

Please sign in to comment.