Skip to content

Commit

Permalink
fixed issue bagisto#8648
Browse files Browse the repository at this point in the history
  • Loading branch information
shivendra-webkul committed Oct 11, 2023
1 parent 932fb0d commit 9a8c4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Webkul/Shop/src/DataGrids/OrderDataGrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function prepareColumns()
$this->addColumn([
'index' => 'created_at',
'label' => trans('shop::app.customers.account.orders.order-date'),
'type' => 'datetime_range',
'type' => 'date_range',
'searchable' => true,
'sortable' => true,
'filterable' => true,
Expand Down

0 comments on commit 9a8c4cb

Please sign in to comment.