Skip to content

Commit

Permalink
remove column classes in browse entries
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Mar 29, 2024
1 parent c6bd5f6 commit f85000e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public function table(Table $table): Table
{
return $table
->paginated([1])
->recordClasses('!bg-gray-50')
->query(BoltPlugin::getModel('Response')::query()->where('form_id', $this->record->id))
->columns([
ViewColumn::make('response')
Expand Down

0 comments on commit f85000e

Please sign in to comment.