diff --git a/lib/components/steps/mapping/MappingSearch.tsx b/lib/components/steps/mapping/MappingSearch.tsx index c961d9c..b157700 100644 --- a/lib/components/steps/mapping/MappingSearch.tsx +++ b/lib/components/steps/mapping/MappingSearch.tsx @@ -32,6 +32,7 @@ export default function MappingSearch({onChange, onAfterChange = () => {}}: Mapp [EntityType.CustomDictionaryField]: false, [EntityType.Unknown]: false }) + setSearchString('') }; const [anchorEl, setAnchorEl] = useState(null);