Skip to content

Commit f923e45

Browse files
committed
another typo
1 parent 1acf823 commit f923e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/tailwind/components/table/row.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@endif
88

99
<tr
10-
{{ $attributes->merge($customAttributes)->merge(['class' => ($url || $wire) ? 'cursor-pointer' : '']) }}
10+
{{ $attributes->merge($customAttributes)->merge(['class' => ($url || $wireclick) ? 'cursor-pointer' : '']) }}
1111

1212
@if ($url)
1313
onclick="window.open('{{ $url }}', '{{ $target }}')"

0 commit comments

Comments
 (0)