Skip to content

Commit

Permalink
IPD-1331 - Implemented filtering for each field of the connectors grid
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisD02 committed Sep 9, 2024
1 parent 596c5e3 commit df90635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/common/MultiSearch/MultiSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const MultiSearch: React.FC<MultiSearchProps> = ({
};

const clearAll = () => {
setInputValue('');
if (onChange) {
onChange('', []);
}
Expand Down

0 comments on commit df90635

Please sign in to comment.