Skip to content

Commit

Permalink
Issue krayin#132 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendra-webkul committed Aug 24, 2021
1 parent 98144d9 commit 674c671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/Webkul/Admin/src/DataGrids/Mail/EmailDataGrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ public function prepareQueryBuilder()
->whereNull('parent_id');

$this->addFilter('id', 'emails.id');
$this->addFilter('name', 'emails.name');
$this->addFilter('created_at', 'emails.created_at');

$this->setQueryBuilder($queryBuilder);
}
Expand Down

0 comments on commit 674c671

Please sign in to comment.