Skip to content

Commit

Permalink
CDE-62 reset filter should reset search term
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiga115 committed Apr 15, 2024
1 parent 2136238 commit 21ff138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/steps/mapping/MappingSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default function MappingSearch({onChange, onAfterChange = () => {}}: Mapp
[EntityType.CustomDictionaryField]: false,
[EntityType.Unknown]: false
})
setSearchString('')
};

const [anchorEl, setAnchorEl] = useState<HTMLButtonElement | null>(null);
Expand Down

0 comments on commit 21ff138

Please sign in to comment.