Skip to content

Commit

Permalink
[AIDAPP-437]: Remove the service request title column field from the …
Browse files Browse the repository at this point in the history
…dashboard (#405)
  • Loading branch information
kandarp-canyon authored Feb 3, 2025
1 parent 80e8ed9 commit bdd2532
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/Filament/Widgets/ListServiceRequestTableWidgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ public function table(Table $table): Table
->searchable()
->sortable()
->toggleable(),
TextColumn::make('title')
->searchable()
->sortable()
->toggleable(),
TextColumn::make('respondent.display_name')
->label('Related To')
->getStateUsing(fn (ServiceRequest $record) => $record->respondent->{$record->respondent::displayNameKey()})
Expand Down

0 comments on commit bdd2532

Please sign in to comment.