Skip to content

Commit af9ad17

Browse files
committed
Merge branch 'develop' of https://github.com/rappasoft/laravel-livewire-tables into develop
2 parents 03c6f03 + 63ea0ba commit af9ad17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Traits/WithSearch.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ trait WithSearch
3434
*/
3535
public function updatedFilters(): void
3636
{
37-
if (isset($this->filters['search']) && $this->filters['search'] === '')
38-
{
37+
if (isset($this->filters['search']) && $this->filters['search'] === '') {
3938
$this->filters['search'] = null;
4039
}
4140
}

0 commit comments

Comments
 (0)