Skip to content

Commit

Permalink
Add type button
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed May 16, 2024
1 parent c0dd1cf commit 3140cdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/actions/button.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'primary' => $attributes->get('type') === 'submit',
])
->merge([
'type' => 'button',
'aria-label' => $label(),
])
}}>
Expand Down

0 comments on commit 3140cdf

Please sign in to comment.