Skip to content

Commit

Permalink
Add owner email to response
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Newhouse committed Sep 18, 2024
1 parent 94ec39f commit 630a161
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Filament/Resources/ResponseResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ public static function table(Table $table): Table
->searchable()
->sortable()
->toggleable(),
TextColumn::make('user.email')
->label('Owner Email')
->copyable()
->toggleable(),
TextColumn::make('status')
->searchable()
->sortable()
Expand Down

0 comments on commit 630a161

Please sign in to comment.