mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-24 09:33:42 -04:00
Fix search input value
This commit is contained in:
@@ -218,7 +218,7 @@ export const Search = forwardRef<
|
||||
placeholder={placeholder}
|
||||
className={'w-full max-w-xs'}
|
||||
onChange={(e: React.ChangeEvent<HTMLInputElement>) => {
|
||||
updateFilter({name: e.target.value})
|
||||
updateFilter({name: e.target.value || undefined})
|
||||
}}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user