Skip to content

Commit d984494

Browse files
committed
Swap
1 parent 68e748f commit d984494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/bootstrap-4/components/table/heading.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'text' => null,
77
])
88

9-
@unless ($sortable && $sortingEnabled)
9+
@unless ($sortingEnabled && $sortable)
1010
<th {{ $attributes->only('class') }}>
1111
{{ $text ?? $slot }}
1212
</th>

0 commit comments

Comments
 (0)