Skip to content

Commit bd716cc

Browse files
committed
✨ Re check filters upon reseting
Signed-off-by: Julio Renzi C. Motol <[email protected]>
1 parent 5aa98c7 commit bd716cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Traits/WithFilters.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ public function resetFilters(): void
8080
$this->reset('filters');
8181

8282
$this->filters['search'] = $search;
83+
84+
$this->checkFilters();
8385
}
8486

8587
/**

0 commit comments

Comments
 (0)