Skip to content

Commit

Permalink
Merge branch '9.4' into 10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Jul 13, 2023
2 parents 741d22f + 96e064b commit 5e29f8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Nova/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ public function fields(NovaRequest $request): array
->default(true)
->filterable()
->showOnPreview()
->hideFromIndex(),
->hideFromIndex()
->showWhenPeeking(),

BooleanGroup::make('Permissions')->options([
'create' => 'Create',
Expand Down

0 comments on commit 5e29f8d

Please sign in to comment.