this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Reset search query if really empty

+1 -1
+1 -1
src/pages/search.jsx
··· 168 168 }); 169 169 170 170 useEffect(() => { 171 + searchFormRef.current?.setValue?.(q || ''); 171 172 if (q) { 172 - searchFormRef.current?.setValue?.(q); 173 173 loadResults(true); 174 174 } else { 175 175 searchFormRef.current?.focus?.();