Skip to content

Commit

Permalink
Update table-repeater.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvalue authored Feb 5, 2024
1 parent 1f781dc commit 833aace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/table-repeater.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class="table-repeater-rows-wrapper divide-y divide-gray-950/5 dark:divide-white/
x-sortable-item="{{ $uuid }}"
class="table-repeater-row md:divide-x md:divide-gray-950/5 dark:md:divide-white/20"
>
@php($conter = 0)
@php($counter = 0)
@foreach($row->getComponents() as $k => $cell)
@if(! $cell instanceof \Filament\Forms\Components\Hidden && ! $cell->isHidden())
<td
Expand Down

0 comments on commit 833aace

Please sign in to comment.