Skip to content

Commit 68069b0

Browse files
committed
customSortButtonAttributes except wire:key
1 parent 489041c commit 68069b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/table/th.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{{
2626
$attributes->merge($customSortButtonAttributes)
2727
->class(['flex items-center space-x-1 text-left text-xs leading-4 font-medium text-gray-500 uppercase tracking-wider group focus:outline-none dark:text-gray-400' => $customSortButtonAttributes['default'] ?? true])
28-
->except('default')
28+
->except(['default', 'wire:key'])
2929
}}
3030
>
3131
<span>{{ $column->getTitle() }}</span>

0 commit comments

Comments
 (0)