Skip to content

Commit

Permalink
Update repeater-table.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasPlaten authored Feb 28, 2024
1 parent 24b13c1 commit 8a13a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/repeater-table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,13 @@ class="divide-y divide-gray-300 filament-table-repeater-rows-wrapper dark:divide

@if (! $isItemCreationDisabled)
<div class="relative flex justify-center">
<x-forms::button
<x-filament::button
:wire:click="'dispatchFormEvent(\'repeater::createItem\', \'' . $getStatePath() . '\')'"
size="sm"
type="button"
>
{{ $getCreateItemButtonLabel() }}
</x-forms::button>
</x-filament::button>
</div>
@endif
</div>
Expand Down

0 comments on commit 8a13a55

Please sign in to comment.