Fix Newsletter Subscription Problem

This commit is contained in:
gusaindeepak54 2020-08-19 19:17:55 +05:30
parent f9c216cf9a
commit d1236a681d
1 changed files with 1 additions and 1 deletions

View File

@ -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,