Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
cholladay0816 committed Dec 22, 2023
2 parents ea66fd8 + 9d61d84 commit c47a91b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Nova/Ticket.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ public function fields(Request $request)
ID::make(__('ID'), 'id')->sortable(),
BelongsTo::make('User')
->sortable()
->filterable(),
->filterable()
->nullable(),
Slug::make('Slug')->exceptOnForms(),
Text::make('Title')->required(true),
Textarea::make('Description')->required(true),
Expand Down

0 comments on commit c47a91b

Please sign in to comment.