Skip to content

Commit

Permalink
Update layout.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Jan 28, 2025
1 parent 666e4ad commit 29e9e16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

@if ($layoutComponent->isVisible())
<x-filament::grid.column
:wire:key="$this->getId() . '.table.records.' . $recordKey . '.layout.' . $nestingKey . '.' . $loop->index"
:wire:key="$this->getId() . '.table.records.' . $recordKey . '.' . $rowLoop->index . '.layout.' . $nestingKey . '.' . $loop->index"
:default="$layoutComponent->getColumnSpan('default')"
:sm="$layoutComponent->getColumnSpan('sm')"
:md="$layoutComponent->getColumnSpan('md')"
Expand Down

0 comments on commit 29e9e16

Please sign in to comment.