Skip to content

Commit

Permalink
Merge pull request #267 from lara-zeus/dark
Browse files Browse the repository at this point in the history
remove column classes in browse entries
  • Loading branch information
atmonshi authored Mar 29, 2024
2 parents c6bd5f6 + f85000e commit 57a5842
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 57a5842

Please sign in to comment.