Skip to content

Commit

Permalink
Feat: add filter search (#2510)
Browse files Browse the repository at this point in the history
* fix: MentorInfo component to render filledContacts correctly

* feat: add filter search by course for task
  • Loading branch information
valerydluski committed Jul 12, 2024
1 parent 0ed6eba commit fa105d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ function getColumns(
],
onFilter: (value, record) =>
value ? record.courses.some(({ name }) => name === `${value}`) : record.courses.length === 0,
filterSearch: true,
},
{
title: ColumnName.DescriptionURL,
Expand Down

0 comments on commit fa105d8

Please sign in to comment.