Skip to content

Commit

Permalink
Issue #1685 fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-webkul committed Sep 30, 2024
1 parent e1ec37c commit 300df1e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public function prepareColumns(): void
'index' => 'entity_type',
'label' => trans('admin::app.settings.attributes.index.datagrid.entity-type'),
'type' => 'string',
'sortable' => true,
'searchable' => false,
'filterable' => true,
'closure' => fn ($row) => ucfirst($row->entity_type),
Expand Down

0 comments on commit 300df1e

Please sign in to comment.