Skip to content

Commit

Permalink
Fixed don't set status filter on WithTrashed
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Sep 8, 2024
1 parent 3d6d945 commit 7a359e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Filters/WithTrashed.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public function display(): array
{
return [
CheckBox::make('withTrashed')
->value($this->request->boolean('withTrashed'))
->placeholder(__('Show deleted entries')),
];
}
Expand Down

0 comments on commit 7a359e3

Please sign in to comment.