Fix Newsletter Subscription Problem
This commit is contained in:
parent
f9c216cf9a
commit
d1236a681d
|
|
@ -32,7 +32,7 @@ class NewsLetterDataGrid extends DataGrid
|
|||
$this->addColumn([
|
||||
'index' => 'is_subscribed',
|
||||
'label' => trans('admin::app.datagrid.subscribed'),
|
||||
'type' => 'string',
|
||||
'type' => 'boolean',
|
||||
'searchable' => false,
|
||||
'sortable' => true,
|
||||
'filterable' => true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue