Skip to content

Commit

Permalink
Fix group merge attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Jul 1, 2022
1 parent 6a77918 commit 3eb07f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/forms/group.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<{{ $fieldset ? 'fieldset' : 'div' }} {{
$attributes
->mergeOnlyThemeProvider($themeProvider, $fieldset ? 'fieldset' : null)
->mergeThemeProvider($themeProvider, 'types', $getType())
->mergeThemeProvider($themeProvider, $fieldset ? 'fieldset' : null)
->mergeOnlyThemeProvider($themeProvider, 'types', $getType())
}}>
{{ $slot }}
</{{ $fieldset ? 'fieldset' : 'div' }}>
Expand Down

0 comments on commit 3eb07f5

Please sign in to comment.