We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec710d2 + f55598a commit 98d4ac8Copy full SHA for 98d4ac8
1 file changed
src/components/SearchResults/index.tsx
@@ -98,6 +98,7 @@ const SearchResults = ({
98
if (inputRef.current) {
99
inputRef.current.value = "";
100
}
101
+ onSearchChange("")
102
};
103
const submitInput = () => {
104
0 commit comments