We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6d106 commit e628bb9Copy full SHA for e628bb9
js/Components/TableActiveFilters.vue
@@ -13,7 +13,7 @@
13
clip-rule="evenodd"
14
/>
15
</svg>
16
- <span class="text-gray-400 ml-1">{{ numFilters }} active <span v-text="numFilters === 1 ? 'filter' : 'filters'"></span>:</span>
+ <span class="text-gray-400 ml-1">{{ numFilters }} active <span v-text="numFilters === 1 ? 'filter' : 'filters'" />:</span>
17
</div>
18
19
<button
php/InertiaTable.php
@@ -6,8 +6,8 @@
6
use Illuminate\Pagination\Paginator;
7
use Illuminate\Support\Collection;
8
use Illuminate\Support\Str;
9
-use Inertia\Response;
10
use Illuminate\Support\Traits\Conditionable;
+use Inertia\Response;
11
12
class InertiaTable
{
0 commit comments