Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Jan 22, 2024
1 parent 468c0d9 commit 2f84dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/row.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
@if (filled(data_get($row, 'actions')) && $column->isAction)
@foreach (data_get($row, 'actions') as $key => $action)
@if(filled($action))
<div wire:key="actions-{{ data_get($row, $primaryKey) }}-{{ $key }}">
<div wire:key="action-{{ data_get($row, $primaryKey) }}-{{ $key }}">
{!! $action !!}
</div>
@endif
Expand Down

0 comments on commit 2f84dfa

Please sign in to comment.