Skip to content

Commit

Permalink
Merge pull request #703 from jitendra-webkul/master
Browse files Browse the repository at this point in the history
Issue #700 fixed
  • Loading branch information
jitendra-webkul committed Nov 15, 2021
2 parents 83b556c + 7a0e0cb commit f5de9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Webkul/Admin/src/DataGrids/Lead/LeadDataGrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public function addColumns()
$this->addColumn([
'index' => 'id',
'label' => trans('admin::app.datagrid.id'),
'type' => 'hidden',
'type' => 'string',
'sortable' => true,
]);

Expand Down

0 comments on commit f5de9c9

Please sign in to comment.