We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650fdcd commit 9755b29Copy full SHA for 9755b29
resources/views/components/button/index.blade.php
@@ -16,7 +16,7 @@
16
17
@php
18
$target = $attributes->get('wire:target');
19
- $tag = $input ? $tag ?? 'label' : null;
+ $tag = $tag ?? ($input ? 'label' : null);
20
$colorChecked = $input ? $colorChecked : null;
21
@endphp
22
0 commit comments