diff --git a/app/Nova/OAuth2Client.php b/app/Nova/OAuth2Client.php index 200b7640a..dec9f6b4a 100644 --- a/app/Nova/OAuth2Client.php +++ b/app/Nova/OAuth2Client.php @@ -91,6 +91,7 @@ public function fields(Request $request): array BelongsTo::make('User') ->searchable() + ->withoutTrashed() ->help( 'This should be null for the personal access client, and otherwise populated with the user ' .'responsible for this client.'