mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Update bootstrap-table.blade.php (#2964)
Fix error when search is not passed through.
This commit is contained in:
parent
45c789021e
commit
8c549c47e4
|
@ -12,7 +12,7 @@ $('.snipe-table').bootstrapTable({
|
||||||
undefinedText: '',
|
undefinedText: '',
|
||||||
iconsPrefix: 'fa',
|
iconsPrefix: 'fa',
|
||||||
showRefresh: true,
|
showRefresh: true,
|
||||||
@if ($search)
|
@if (isset($search))
|
||||||
search: true,
|
search: true,
|
||||||
@endif
|
@endif
|
||||||
pageSize: {{ $snipeSettings->per_page }},
|
pageSize: {{ $snipeSettings->per_page }},
|
||||||
|
|
Loading…
Reference in a new issue