Skip to content

Commit

Permalink
Fix datatable
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Nov 26, 2021
1 parent 1c48d43 commit 253ec28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/tables/datatable.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{
$attributes
->mergeOnlyThemeProvider($themeProvider, 'search-fields')
->mergeOnlyThemeProvider($themeProvider, 'search-cols', $search->count()
->mergeOnlyThemeProvider($themeProvider, 'search-cols', $search->count())
}}
method="GET"
:fields="$search"
Expand Down

0 comments on commit 253ec28

Please sign in to comment.