Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodhead committed Dec 13, 2021
1 parent 1acf823 commit f923e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/tailwind/components/table/row.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@endif

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

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

0 comments on commit f923e45

Please sign in to comment.