Skip to content

Commit

Permalink
Fix: addAction button
Browse files Browse the repository at this point in the history
awcodes committed Jul 24, 2023
1 parent 6858053 commit d7e56cf
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
@@ -173,7 +173,7 @@ class="filament-table-repeater-row md:divide-x md:divide-gray-950/5 dark:md:divi
</table>
</div>

@if ($addAction)
@if ($addAction->isVisible())
<div class="relative flex justify-center">
{{ $addAction }}
</div>

0 comments on commit d7e56cf

Please sign in to comment.