Skip to content

Commit 9755b29

Browse files
committed
fix button tag
1 parent 650fdcd commit 9755b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/button/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
@php
1818
$target = $attributes->get('wire:target');
19-
$tag = $input ? $tag ?? 'label' : null;
19+
$tag = $tag ?? ($input ? 'label' : null);
2020
$colorChecked = $input ? $colorChecked : null;
2121
@endphp
2222

0 commit comments

Comments
 (0)