Skip to content

Commit

Permalink
chore: 🎨 less debounce
Browse files Browse the repository at this point in the history
  • Loading branch information
AnilSeervi committed Jul 5, 2023
1 parent b913946 commit 12b74eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/atom/command-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function CommandMenu({ units }: { units: boolean }) {
setSearchResults(data)
})
},
500,
200,
[query]
)
useEffect(() => {
Expand Down

0 comments on commit 12b74eb

Please sign in to comment.