Skip to content

Commit

Permalink
Code Improvements (#237)
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone authored Jul 30, 2024
1 parent 7495e1c commit 45b3be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Nova/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public function actions(NovaRequest $request): array
public function filters(NovaRequest $request): array
{
return [
new Filters\SelectFirst('user_id'),
Filters\SelectFirst::make('user_id')->searchable(uses_searchable()),
new Filters\UserPost,
];
}
Expand Down

0 comments on commit 45b3be6

Please sign in to comment.