Skip to content

Commit

Permalink
delete useless method
Browse files Browse the repository at this point in the history
  • Loading branch information
JihengLi committed Apr 10, 2024
1 parent 0bb69dc commit b6ab7a2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions components/Organizer/ApplicantsTab/ApplicantsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,17 +172,6 @@ export const ApplicantsTab = () => {
setFilteredInfo(filters);
};

const handleSearch = (
selectedKeys: string[],
confirm: (param?: FilterConfirmProps) => void,
dataIndex: string,
closeDropDown: boolean
) => {
confirm({ closeDropdown: closeDropDown });
setSearchText(selectedKeys[0]);
setSearchedColumn(dataIndex);
};

const handleReset = (clearFilters: () => void) => {
clearFilters();
setSearchText('');
Expand Down

0 comments on commit b6ab7a2

Please sign in to comment.