Skip to content

Commit

Permalink
Merge pull request #262 from moonshine-software/fix-actions-index
Browse files Browse the repository at this point in the history
fix(actions): Form actions
  • Loading branch information
lee-to authored May 13, 2023
2 parents 9c20179 + b236e8f commit 758af03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/crud/shared/form-actions.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@endif

@foreach($resource->formActionsCollection()->onlyVisible($item)->inLine() as $index => $action)
@include('moonshine::crud.shared.item-action-item', [
@include('moonshine::crud.shared.form-action-item', [
'item' => $item,
'action' => $action,
'resource' => $resource,
Expand Down

0 comments on commit 758af03

Please sign in to comment.