Skip to content

Commit

Permalink
Bump debounce timeout to 400ms (#640)
Browse files Browse the repository at this point in the history
* Bump debounce timeout to 400ms

* Make linter happy
  • Loading branch information
aviupadhyayula committed Mar 20, 2024
1 parent f0ad4cb commit b11ee47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ export const SearchBarTextItem = ({
}
return { ...inpt, [param]: nameInput }
}),
200,
400,
)
storeTimeout(timeoutId)
}, [nameInput])
Expand Down

0 comments on commit b11ee47

Please sign in to comment.