Skip to content

Commit

Permalink
Merge pull request #4230 from Roardom/show-pruned-users-default
Browse files Browse the repository at this point in the history
(Update) Show pruned users by default in user search
  • Loading branch information
HDVinnie authored Oct 16, 2024
2 parents 0f4a4f2 + ca9b8b0 commit b43b28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Livewire/UserSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class UserSearch extends Component
#TODO: Update URL attributes once Livewire 3 fixes upstream bug. See: https://github.com/livewire/livewire/discussions/7746

#[Url(history: true)]
public bool $show = false;
public bool $show = true;

#[Url(history: true)]
public int $perPage = 25;
Expand Down

0 comments on commit b43b28c

Please sign in to comment.