Skip to content

Commit e628bb9

Browse files
sietzekeuninggithub-actions[bot]
authored andcommitted
Fix styling
1 parent 7b6d106 commit e628bb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/Components/TableActiveFilters.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
clip-rule="evenodd"
1414
/>
1515
</svg>
16-
<span class="text-gray-400 ml-1">{{ numFilters }} active <span v-text="numFilters === 1 ? 'filter' : 'filters'"></span>:</span>
16+
<span class="text-gray-400 ml-1">{{ numFilters }} active <span v-text="numFilters === 1 ? 'filter' : 'filters'" />:</span>
1717
</div>
1818

1919
<button

php/InertiaTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
use Illuminate\Pagination\Paginator;
77
use Illuminate\Support\Collection;
88
use Illuminate\Support\Str;
9-
use Inertia\Response;
109
use Illuminate\Support\Traits\Conditionable;
10+
use Inertia\Response;
1111

1212
class InertiaTable
1313
{

0 commit comments

Comments
 (0)