Skip to content

Commit

Permalink
Update AttributeDataGrid.php
Browse files Browse the repository at this point in the history
  • Loading branch information
devansh-webkul committed Aug 29, 2023
1 parent 66e3b99 commit aa6ee87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function prepareColumns()
$this->addColumn([
'index' => 'created_at',
'label' => trans('admin::app.catalog.attributes.index.datagrid.created-at'),
'type' => 'datetime_range',
'type' => 'date_range',
'searchable' => true,
'filterable' => true,
'sortable' => true,
Expand Down

0 comments on commit aa6ee87

Please sign in to comment.