Skip to content

Commit d4b3c59

Browse files
committed
Merge branch 'feature/date-filter' of https://github.com/treeStoneIT/laravel-livewire-tables into treeStoneIT-feature/date-filter
2 parents e50629f + 29d4332 commit d4b3c59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/views/tailwind/includes/filter-pills.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<div>
12
@if ($showFilters && count($this->getFiltersWithoutSearch()))
23
<div class="p-6 md:p-0">
34
<small class="text-gray-700">@lang('Applied Filters'):</small>
@@ -36,3 +37,4 @@ class="flex-shrink-0 ml-0.5 h-4 w-4 rounded-full inline-flex items-center justif
3637
</button>
3738
</div>
3839
@endif
40+
</div>

0 commit comments

Comments
 (0)