removed filter type un-necessary key

This commit is contained in:
sanjeev 2022-09-12 11:53:34 +05:30
parent e303ba6f35
commit 47d36a06a2
1 changed files with 0 additions and 1 deletions

View File

@ -164,7 +164,6 @@ class CustomerDataGrid extends DataGrid
'index' => 'is_suspended',
'label' => trans('admin::app.customers.customers.suspended'),
'type' => 'boolean',
'filter-type' => 'suspended',
'searchable' => false,
'sortable' => true,
'filterable' => true,