Skip to content

Commit

Permalink
Added search by login name to Organizer's manage applications tab (#453)
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac  Liu <[email protected]>
  • Loading branch information
carolhe134 and xnscdev authored Apr 5, 2024
1 parent d78adac commit d5aabaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Organizer/ApplicantsTab/ApplicantsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ export const ApplicantsTab = () => {
{
title: 'Login Name',
dataIndex: 'name',
...getColumnSearchProps('name'),
},
{
title: 'First Name',
Expand Down

0 comments on commit d5aabaa

Please sign in to comment.